Html Css Color HEX #CD5A20 Chocolate

📋 copy color: '#CD5A20'

red 205 ◦ green 90 ◦ blue 32

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

Shades of Chocolate #CD5A20

Tints of Chocolate #CD5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 62.69%
G = 27.52%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD5A20 (or 0xCD5A20) is known color: Chocolate. HEX triplet: CD, 5A and 20. RGB value is (205,90,32). Sum of RGB (Red+Green+Blue) = 205+90+32=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A20 is #32A5DF. Grayscale: #767676. Windows color (decimal): -3319264 or 2120397. OLE color: 2120397.

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

Color convert

RGB 205 90 32 -
CMYK 0 0.56 0.84 0.20
HSL 20.12º 0.73% 0.46% -
HSV(B) 20.12º 0.84% 0.8% -
XYZ 29.09 20.4 3.77 -
YUV 117.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 205 90 32 0 0.56 0.84 0.20 20.12 0.73 0.46
Hex CD 5A 20 0 38 54 14 14 49 2E
Octal 315 132 40 0 70 124 24 24 111 56
Binary 11001101 1011010 100000 0 111000 1010100 10100 10100 1001001 101110

Color Harmonies of #CD5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A20

Black with #CD5A20

Text Example


Text Example

White with #CD5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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