#CB8312

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

Shades of Ochre #CB8312

Tints of Ochre #CB8312

Color information

#CB8312 (or 0xCB8312) is unknown color: approx Ochre. HEX triplet: CB, 83 and 12. RGB value is (203,131,18). Sum of RGB (Red+Green+Blue) = 203+131+18=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8312 is #347CED. Grayscale: #8C8C8C. Windows color (decimal): -3439854 or 1213387. OLE color: 1213387.

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

Color convert

RGB20313118-
CMYK00.350.910.20
HSL36.65º83.71%43.33%-
HSV(B)36.65º91.13%79.61%-
XYZ32.8528.974.43-
YUV139.6559.35173.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 18 (7.42% from 255) = 5.11%
R=57.67%
G=37.22%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031311800.350.910.2036.6583.7143.33
HexCB83120235B1425542b
Octal31320322043133244512453
Binary11001011100000111001001000111011011101001001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8312; }

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

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

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

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

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

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

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

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