Html Css Color HEX #CD5820 Chocolate

📋 copy color: '#CD5820'

red 205 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #CD5820

Tints of Chocolate #CD5820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 63.08%
G = 27.08%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD5820 (or 0xCD5820) is known color: Chocolate. HEX triplet: CD, 58 and 20. RGB value is (205,88,32). Sum of RGB (Red+Green+Blue) = 205+88+32=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5820 is #32A7DF. Grayscale: #747474. Windows color (decimal): -3319776 or 2119885. OLE color: 2119885.

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

Color convert

RGB 205 88 32 -
CMYK 0 0.57 0.84 0.20
HSL 19.42º 0.73% 0.46% -
HSV(B) 19.42º 0.84% 0.8% -
XYZ 28.93 20.06 3.71 -
YUV 116.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 205 88 32 0 0.57 0.84 0.20 19.42 0.73 0.46
Hex CD 58 20 0 39 54 14 13 49 2E
Octal 315 130 40 0 71 124 24 23 111 56
Binary 11001101 1011000 100000 0 111001 1010100 10100 10011 1001001 101110

Color Harmonies of #CD5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5820

Black with #CD5820

Text Example


Text Example

White with #CD5820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5820; }

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

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

background-color css

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

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

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

border-color css

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

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

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