#CB811C

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

Shades of Ochre #CB811C

Tints of Ochre #CB811C

Color information

#CB811C (or 0xCB811C) is unknown color: approx Ochre. HEX triplet: CB, 81 and 1C. RGB value is (203,129,28). Sum of RGB (Red+Green+Blue) = 203+129+28=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB811C is #347EE3. Grayscale: #8C8C8C. Windows color (decimal): -3440356 or 1868235. OLE color: 1868235.

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

Color convert

RGB20312928-
CMYK00.360.860.20
HSL34.63º75.76%45.29%-
HSV(B)34.63º86.21%79.61%-
XYZ32.6928.484.87-
YUV139.6165.02173.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.39%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 28 (11.33% from 255) = 7.78%
R=56.39%
G=35.83%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031292800.360.860.2034.6375.7645.29
HexCB811C0245614234c2d
Octal31320134044126244311455
Binary11001011100000011110001001001010110101001000111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB811C; }

 p { color: rgb(203,129,28); }

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

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

 a { background-color: rgb(203,129,28); }

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

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

 span { border-color: rgb(203,129,28); }

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