#CB7039

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

Shades of Zest #CB7039

Tints of Zest #CB7039

Color information

#CB7039 (or 0xCB7039) is unknown color: approx Zest. HEX triplet: CB, 70 and 39. RGB value is (203,112,57). Sum of RGB (Red+Green+Blue) = 203+112+57=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7039 is #348FC6. Grayscale: #858585. Windows color (decimal): -3444679 or 3764427. OLE color: 3764427.

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

Color convert

RGB20311257-
CMYK00.450.720.20
HSL22.6º58.4%50.98%-
HSV(B)22.6º71.92%79.61%-
XYZ31.1624.586.97-
YUV132.9485.15177.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.57%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 57 (22.66% from 255) = 15.32%
R=54.57%
G=30.11%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031125700.450.720.2022.658.450.98
HexCB703902D4814173a33
Octal3131607105511024277263
Binary110010111110000111001010110110010001010010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7039; }

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

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

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

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

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

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

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

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