Html Css Color HEX #CD6420 Chocolate

📋 copy color: '#CD6420'

red 205 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #CD6420

Tints of Chocolate #CD6420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 60.83%
G = 29.67%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD6420 (or 0xCD6420) is known color: Chocolate. HEX triplet: CD, 64 and 20. RGB value is (205,100,32). Sum of RGB (Red+Green+Blue) = 205+100+32=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6420 is #329BDF. Grayscale: #7C7C7C. Windows color (decimal): -3316704 or 2122957. OLE color: 2122957.

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

Color convert

RGB 205 100 32 -
CMYK 0 0.51 0.84 0.20
HSL 23.58º 0.73% 0.46% -
HSV(B) 23.58º 0.84% 0.8% -
XYZ 29.99 22.2 4.07 -
YUV 123.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 205 100 32 0 0.51 0.84 0.20 23.58 0.73 0.46
Hex CD 64 20 0 33 54 14 18 49 2E
Octal 315 144 40 0 63 124 24 30 111 56
Binary 11001101 1100100 100000 0 110011 1010100 10100 11000 1001001 101110

Color Harmonies of #CD6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6420

Black with #CD6420

Text Example


Text Example

White with #CD6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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