Html Css Color HEX #CB7532 Zest

📋 copy color: '#CB7532'

red 203 ◦ green 117 ◦ blue 50

#CB7532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #CB7532

Tints of Zest #CB7532

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 value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB7532 (or 0xCB7532) is known color: 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

RGB 203 117 50 -
CMYK 0 0.42 0.75 0.20
HSL 26.27º 0.6% 0.5% -
HSV(B) 26.27º 0.75% 0.8% -
XYZ 31.57 25.65 6.3 -
YUV 135.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 203 117 50 0 0.42 0.75 0.20 26.27 0.6 0.5
Hex CB 75 32 0 2A 4B 14 1A 3C 32
Octal 313 165 62 0 52 113 24 32 74 62
Binary 11001011 1110101 110010 0 101010 1001011 10100 11010 111100 110010

Color Harmonies of #CB7532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7532

Black with #CB7532

Text Example


Text Example

White with #CB7532

Text Example


Text Example

HTML Codes & Css Web 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>