#CB7027

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

Shades of Ochre #CB7027

Tints of Ochre #CB7027

Color information

#CB7027 (or 0xCB7027) is unknown color: approx Ochre. HEX triplet: CB, 70 and 27. RGB value is (203,112,39). Sum of RGB (Red+Green+Blue) = 203+112+39=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7027 is #348FD8. Grayscale: #838383. Windows color (decimal): -3444697 or 2584779. OLE color: 2584779.

HSL color Cylindrical-coordinate representation of color #CB7027: hue angle of 26.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB7027 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20311239-
CMYK00.450.810.20
HSL26.71º67.77%47.45%-
HSV(B)26.71º80.79%79.61%-
XYZ30.7924.435.01-
YUV130.8976.15179.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=57.34%
G=31.64%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031123900.450.810.2026.7167.7747.45
HexCB702702D51141b442f
Octal31316047055121243310457
Binary1100101111100001001110101101101000110100110111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7027; }

 p { color: rgb(203,112,39); }

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

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

 a { background-color: rgb(203,112,39); }

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

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

 span { border-color: rgb(203,112,39); }

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