Html Css Color HEX #CD7736 Zest

📋 copy color: '#CD7736'

red 205 ◦ green 119 ◦ blue 54

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

Shades of Zest #CD7736

Tints of Zest #CD7736

RGB

 RED value IS 205 (80.47% from 255) = 54.23%

 GREEN value IS 119 (46.88% from 255) = 31.48%

 BLUE value IS 54 (21.48% from 255) = 14.29%

R = 54.23%
G = 31.48%
B = 14.29%

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

#CD7736 (or 0xCD7736) is known color: Zest. HEX triplet: CD, 77 and 36. RGB value is (205,119,54). Sum of RGB (Red+Green+Blue) = 205+119+54=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7736 is #3288C9. Grayscale: #898989. Windows color (decimal): -3311818 or 3569613. OLE color: 3569613.

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

Color convert

RGB 205 119 54 -
CMYK 0 0.42 0.74 0.20
HSL 25.83º 0.6% 0.51% -
HSV(B) 25.83º 0.74% 0.8% -
XYZ 32.44 26.44 6.88 -
YUV 137.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 205 119 54 0 0.42 0.74 0.20 25.83 0.6 0.51
Hex CD 77 36 0 2A 4A 14 1A 3C 33
Octal 315 167 66 0 52 112 24 32 74 63
Binary 11001101 1110111 110110 0 101010 1001010 10100 11010 111100 110011

Color Harmonies of #CD7736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7736

Black with #CD7736

Text Example


Text Example

White with #CD7736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7736; }

 p { color: rgb(205,119,54); }

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

background-color css

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

 a { background-color: rgb(205,119,54); }

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

border-color css

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

 span { border-color: rgb(205,119,54); }

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