#CB710F

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

Shades of Ochre #CB710F

Tints of Ochre #CB710F

Color information

#CB710F (or 0xCB710F) is unknown color: approx Ochre. HEX triplet: CB, 71 and 0F. RGB value is (203,113,15). Sum of RGB (Red+Green+Blue) = 203+113+15=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB710F is #348EF0. Grayscale: #818181. Windows color (decimal): -3444465 or 1012171. OLE color: 1012171.

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

Color convert

RGB20311315-
CMYK00.440.930.20
HSL31.28º86.24%42.75%-
HSV(B)31.28º92.61%79.61%-
XYZ30.6224.543.58-
YUV128.7463.82180.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.33%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 15 (6.25% from 255) = 4.53%
R=61.33%
G=34.14%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031131500.440.930.2031.2886.2442.75
HexCB71F02C5D141f562b
Octal31316117054135243712653
Binary11001011111000111110101100101110110100111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB710F; }

 p { color: rgb(203,113,15); }

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

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

 a { background-color: rgb(203,113,15); }

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

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

 span { border-color: rgb(203,113,15); }

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