#cb7c12

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

Shades of Ochre #CB7C12

Tints of Ochre #CB7C12

Color information

#CB7C12 (or 0xCB7C12) is unknown color: approx Ochre. HEX triplet: CB, 7C and 12. RGB value is (203,124,18). Sum of RGB (Red+Green+Blue) = 203+124+18=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C12 is #3483ED. Grayscale: #888888. Windows color (decimal): -3441646 or 1211595. OLE color: 1211595.

HSL color Cylindrical-coordinate representation of color #CB7C12: hue angle of 34.38º 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 #CB7C12 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB20312418-
CMYK00.390.910.20
HSL34.38º83.71%43.33%-
HSV(B)34.38º91.13%79.61%-
XYZ31.9527.164.13-
YUV135.5461.67176.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.84%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 18 (7.42% from 255) = 5.22%
R=58.84%
G=35.94%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031241800.390.910.2034.3883.7143.33
HexCB7C120275B1422542b
Octal31317422047133244212453
Binary1100101111111001001001001111011011101001000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7c12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7c12; }

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

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

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

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

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

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

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

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