#CB7809

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

Shades of Ochre #CB7809

Tints of Ochre #CB7809

Color information

#CB7809 (or 0xCB7809) is unknown color: approx Ochre. HEX triplet: CB, 78 and 09. RGB value is (203,120,9). Sum of RGB (Red+Green+Blue) = 203+120+9=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7809 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7809 is #3487F6. Grayscale: #848484. Windows color (decimal): -3442679 or 620747. OLE color: 620747.

HSL color Cylindrical-coordinate representation of color #CB7809: hue angle of 34.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB7809 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB2031209-
CMYK00.410.960.20
HSL34.33º91.51%41.57%-
HSV(B)34.33º95.57%79.61%-
XYZ31.3926.153.65-
YUV132.1658.5178.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.14%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 9 (3.91% from 255) = 2.71%
R=61.14%
G=36.14%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203120900.410.960.2034.3391.5141.57
HexCB7890296014225c2a
Octal31317011051140244213452
Binary110010111111000100101010011100000101001000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7809; }

 p { color: rgb(203,120,9); }

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

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

 a { background-color: rgb(203,120,9); }

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

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

 span { border-color: rgb(203,120,9); }

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