#CB7533

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

Shades of Zest #CB7533

Tints of Zest #CB7533

Color information

#CB7533 (or 0xCB7533) is unknown color: approx Zest. HEX triplet: CB, 75 and 33. RGB value is (203,117,51). Sum of RGB (Red+Green+Blue) = 203+117+51=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7533 is #348ACC. Grayscale: #878787. Windows color (decimal): -3443405 or 3372491. OLE color: 3372491.

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

Color convert

RGB20311751-
CMYK00.420.750.20
HSL26.05º59.84%49.8%-
HSV(B)26.05º74.88%79.61%-
XYZ31.5925.666.42-
YUV135.1980.49176.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=54.72%
G=31.54%
B=13.75%

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
Decimal2031175100.420.750.2026.0559.8449.8
HexCB753302A4B141a3c32
Octal3131656305211324327462
Binary110010111110101110011010101010010111010011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7533; }

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

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

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

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

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

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

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

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