Html Css Color HEX #CD7539 Zest

📋 copy color: '#CD7539'

red 205 ◦ green 117 ◦ blue 57

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

Shades of Zest #CD7539

Tints of Zest #CD7539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.04%

R = 54.09%
G = 30.87%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD7539 (or 0xCD7539) is known color: Zest. HEX triplet: CD, 75 and 39. RGB value is (205,117,57). Sum of RGB (Red+Green+Blue) = 205+117+57=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7539 is #328AC6. Grayscale: #888888. Windows color (decimal): -3312327 or 3765709. OLE color: 3765709.

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

Color convert

RGB 205 117 57 -
CMYK 0 0.43 0.72 0.20
HSL 24.32º 0.6% 0.51% -
HSV(B) 24.32º 0.72% 0.8% -
XYZ 32.28 26 7.19 -
YUV 136.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 205 117 57 0 0.43 0.72 0.20 24.32 0.6 0.51
Hex CD 75 39 0 2B 48 14 18 3C 33
Octal 315 165 71 0 53 110 24 30 74 63
Binary 11001101 1110101 111001 0 101011 1001000 10100 11000 111100 110011

Color Harmonies of #CD7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7539

Black with #CD7539

Text Example


Text Example

White with #CD7539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7539; }

 p { color: rgb(205,117,57); }

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

background-color css

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

 a { background-color: rgb(205,117,57); }

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

border-color css

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

 span { border-color: rgb(205,117,57); }

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