Html Css Color HEX #CD7139 Zest

📋 copy color: '#CD7139'

red 205 ◦ green 113 ◦ blue 57

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

Shades of Zest #CD7139

Tints of Zest #CD7139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 54.67%
G = 30.13%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD7139 (or 0xCD7139) is known color: Zest. HEX triplet: CD, 71 and 39. RGB value is (205,113,57). Sum of RGB (Red+Green+Blue) = 205+113+57=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7139 is #328EC6. Grayscale: #868686. Windows color (decimal): -3313351 or 3764685. OLE color: 3764685.

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

Color convert

RGB 205 113 57 -
CMYK 0 0.45 0.72 0.20
HSL 22.7º 0.6% 0.51% -
HSV(B) 22.7º 0.72% 0.8% -
XYZ 31.82 25.08 7.04 -
YUV 134.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 205 113 57 0 0.45 0.72 0.20 22.7 0.6 0.51
Hex CD 71 39 0 2D 48 14 17 3C 33
Octal 315 161 71 0 55 110 24 27 74 63
Binary 11001101 1110001 111001 0 101101 1001000 10100 10111 111100 110011

Color Harmonies of #CD7139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7139

Black with #CD7139

Text Example


Text Example

White with #CD7139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7139; }

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

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

background-color css

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

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

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

border-color css

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

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

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