#CB811F

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

Shades of Ochre #CB811F

Tints of Ochre #CB811F

Color information

#CB811F (or 0xCB811F) is unknown color: approx Ochre. HEX triplet: CB, 81 and 1F. RGB value is (203,129,31). Sum of RGB (Red+Green+Blue) = 203+129+31=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB811F is #347EE0. Grayscale: #8C8C8C. Windows color (decimal): -3440353 or 2064843. OLE color: 2064843.

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

Color convert

RGB20312931-
CMYK00.360.850.20
HSL34.19º73.5%45.88%-
HSV(B)34.19º84.73%79.61%-
XYZ32.7328.55.07-
YUV139.9566.52172.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=55.92%
G=35.54%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031293100.360.850.2034.1973.545.88
HexCB811F0245514224a2e
Octal31320137044125244211256
Binary11001011100000011111101001001010101101001000101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB811F; }

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

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

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

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

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

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

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

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