#CB740C

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

Shades of Ochre #CB740C

Tints of Ochre #CB740C

Color information

#CB740C (or 0xCB740C) is unknown color: approx Ochre. HEX triplet: CB, 74 and 0C. RGB value is (203,116,12). Sum of RGB (Red+Green+Blue) = 203+116+12=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB740C is #348BF3. Grayscale: #828282. Windows color (decimal): -3443700 or 816331. OLE color: 816331.

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

Color convert

RGB20311612-
CMYK00.430.940.20
HSL32.67º88.84%42.16%-
HSV(B)32.67º94.09%79.61%-
XYZ30.9425.213.58-
YUV130.1661.32179.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.33%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 12 (5.08% from 255) = 3.63%
R=61.33%
G=35.05%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031161200.430.940.2032.6788.8442.16
HexCB74C02B5E1421592a
Octal31316414053136244113152
Binary110010111110100110001010111011110101001000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB740C; }

 p { color: rgb(203,116,12); }

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

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

 a { background-color: rgb(203,116,12); }

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

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

 span { border-color: rgb(203,116,12); }

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