Html Css Color HEX #CD5E20 Chocolate

📋 copy color: '#CD5E20'

red 205 ◦ green 94 ◦ blue 32

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

Shades of Chocolate #CD5E20

Tints of Chocolate #CD5E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 61.93%
G = 28.4%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD5E20 (or 0xCD5E20) is known color: Chocolate. HEX triplet: CD, 5E and 20. RGB value is (205,94,32). Sum of RGB (Red+Green+Blue) = 205+94+32=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E20 is #32A1DF. Grayscale: #787878. Windows color (decimal): -3318240 or 2121421. OLE color: 2121421.

HSL color Cylindrical-coordinate representation of color #CD5E20: hue angle of 21.5º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD5E20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 94 32 -
CMYK 0 0.54 0.84 0.20
HSL 21.5º 0.73% 0.46% -
HSV(B) 21.5º 0.84% 0.8% -
XYZ 29.44 21.09 3.89 -
YUV 120.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 205 94 32 0 0.54 0.84 0.20 21.5 0.73 0.46
Hex CD 5E 20 0 36 54 14 16 49 2E
Octal 315 136 40 0 66 124 24 26 111 56
Binary 11001101 1011110 100000 0 110110 1010100 10100 10110 1001001 101110

Color Harmonies of #CD5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E20

Black with #CD5E20

Text Example


Text Example

White with #CD5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E20; }

 p { color: rgb(205,94,32); }

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

background-color css

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

 a { background-color: rgb(205,94,32); }

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

border-color css

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

 span { border-color: rgb(205,94,32); }

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