#CB7532

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

Shades of Zest #CB7532

Tints of Zest #CB7532

Color information

#CB7532 (or 0xCB7532) is unknown color: approx Zest. HEX triplet: CB, 75 and 32. RGB value is (203,117,50). Sum of RGB (Red+Green+Blue) = 203+117+50=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7532 is #348ACD. Grayscale: #878787. Windows color (decimal): -3443406 or 3306955. OLE color: 3306955.

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

Color convert

RGB20311750-
CMYK00.420.750.20
HSL26.27º60.47%49.61%-
HSV(B)26.27º75.37%79.61%-
XYZ31.5725.656.3-
YUV135.0879.99176.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=54.86%
G=31.62%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031175000.420.750.2026.2760.4749.61
HexCB753202A4B141a3c32
Octal3131656205211324327462
Binary110010111110101110010010101010010111010011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7532; }

 p { color: rgb(203,117,50); }

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

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

 a { background-color: rgb(203,117,50); }

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

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

 span { border-color: rgb(203,117,50); }

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