Html Css Color HEX #CB7534 Zest

📋 copy color: '#CB7534'

red 203 ◦ green 117 ◦ blue 52

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

Shades of Zest #CB7534

Tints of Zest #CB7534

RGB

 RED value IS 203 (79.69% from 255) = 54.57%

 GREEN value IS 117 (46.09% from 255) = 31.45%

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 54.57%
G = 31.45%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB7534 (or 0xCB7534) is known color: Zest. HEX triplet: CB, 75 and 34. RGB value is (203,117,52). Sum of RGB (Red+Green+Blue) = 203+117+52=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7534 is #348ACB. Grayscale: #878787. Windows color (decimal): -3443404 or 3438027. OLE color: 3438027.

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

Color convert

RGB 203 117 52 -
CMYK 0 0.42 0.74 0.20
HSL 25.83º 0.59% 0.5% -
HSV(B) 25.83º 0.74% 0.8% -
XYZ 31.61 25.67 6.54 -
YUV 135.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 203 117 52 0 0.42 0.74 0.20 25.83 0.59 0.5
Hex CB 75 34 0 2A 4A 14 1A 3B 32
Octal 313 165 64 0 52 112 24 32 73 62
Binary 11001011 1110101 110100 0 101010 1001010 10100 11010 111011 110010

Color Harmonies of #CB7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7534

Black with #CB7534

Text Example


Text Example

White with #CB7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7534; }

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

 H1.HeaderClassName
 {
   color: #CB7534;
 }
 .AnyTagClassName
 {
   color: #CB7534;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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