Html Css Color HEX #CB7235 Zest

📋 copy color: '#CB7235'

red 203 ◦ green 114 ◦ blue 53

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

Shades of Zest #CB7235

Tints of Zest #CB7235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

 BLUE value IS 53 (21.09% from 255) = 14.32%

R = 54.86%
G = 30.81%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB7235 (or 0xCB7235) is known color: Zest. HEX triplet: CB, 72 and 35. RGB value is (203,114,53). Sum of RGB (Red+Green+Blue) = 203+114+53=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7235 is #348DCA. Grayscale: #858585. Windows color (decimal): -3444171 or 3502795. OLE color: 3502795.

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

Color convert

RGB 203 114 53 -
CMYK 0 0.44 0.74 0.20
HSL 24.4º 0.59% 0.5% -
HSV(B) 24.4º 0.74% 0.8% -
XYZ 31.29 24.99 6.54 -
YUV 133.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 203 114 53 0 0.44 0.74 0.20 24.4 0.59 0.5
Hex CB 72 35 0 2C 4A 14 18 3B 32
Octal 313 162 65 0 54 112 24 30 73 62
Binary 11001011 1110010 110101 0 101100 1001010 10100 11000 111011 110010

Color Harmonies of #CB7235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7235

Black with #CB7235

Text Example


Text Example

White with #CB7235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7235; }

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

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

background-color css

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

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

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

border-color css

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

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

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