#CB8319

Color #CB8319 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CB8319

Tints of Ochre #CB8319

Color information

#CB8319 (or 0xCB8319) is unknown color: approx Ochre. HEX triplet: CB, 83 and 19. RGB value is (203,131,25). Sum of RGB (Red+Green+Blue) = 203+131+25=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8319 is #347CE6. Grayscale: #8C8C8C. Windows color (decimal): -3439847 or 1672139. OLE color: 1672139.

HSL color Cylindrical-coordinate representation of color #CB8319: hue angle of 35.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB8319 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB20313125-
CMYK00.350.880.20
HSL35.73º78.07%44.71%-
HSV(B)35.73º87.68%79.61%-
XYZ32.92294.78-
YUV140.4462.85172.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 25 (10.16% from 255) = 6.96%
R=56.55%
G=36.49%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031312500.350.880.2035.7378.0744.71
HexCB83190235814244e2d
Octal31320331043130244411655
Binary11001011100000111100101000111011000101001001001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8319; }

 p { color: rgb(203,131,25); }

 H1.HeaderClassName
 {
   color: #CB8319;
 }
 .AnyTagClassName
 {
   color: #CB8319;
 }
</style>
background-color css

<style>
 a { background-color: #CB8319; }

 a { background-color: rgb(203,131,25); }

 div.DivClassName
 {
   background-color: #CB8319;
 }
 .BgClassName
 {
   background-color: #CB8319;
 }
</style>
border-color css

<style>
 span { border-color: #CB8319; }

 span { border-color: rgb(203,131,25); }

 td.TdClassName
 {
   border-color: #CB8319;
 }
 .TagClassName
 {
   border-color: #CB8319;
 }
</style>