#CB7535

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

Shades of Zest #CB7535

Tints of Zest #CB7535

Color information

#CB7535 (or 0xCB7535) is unknown color: approx Zest. HEX triplet: CB, 75 and 35. RGB value is (203,117,53). Sum of RGB (Red+Green+Blue) = 203+117+53=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7535 is #348ACA. Grayscale: #878787. Windows color (decimal): -3443403 or 3503563. OLE color: 3503563.

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

Color convert

RGB20311753-
CMYK00.420.740.20
HSL25.6º59.06%50.2%-
HSV(B)25.6º73.89%79.61%-
XYZ31.6325.686.66-
YUV135.4281.49176.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.42%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=54.42%
G=31.37%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031175300.420.740.2025.659.0650.2
HexCB753502A4A141a3b32
Octal3131656505211224327362
Binary110010111110101110101010101010010101010011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7535; }

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

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

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

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

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

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

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

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