Html Css Color HEX #CD6520 Chocolate

📋 copy color: '#CD6520'

red 205 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #CD6520

Tints of Chocolate #CD6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 60.65%
G = 29.88%
B = 9.47%

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

#CD6520 (or 0xCD6520) is known color: Chocolate. HEX triplet: CD, 65 and 20. RGB value is (205,101,32). Sum of RGB (Red+Green+Blue) = 205+101+32=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6520 is #329ADF. Grayscale: #7C7C7C. Windows color (decimal): -3316448 or 2123213. OLE color: 2123213.

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

Color convert

RGB 205 101 32 -
CMYK 0 0.51 0.84 0.20
HSL 23.93º 0.73% 0.46% -
HSV(B) 23.93º 0.84% 0.8% -
XYZ 30.09 22.39 4.1 -
YUV 124.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 205 101 32 0 0.51 0.84 0.20 23.93 0.73 0.46
Hex CD 65 20 0 33 54 14 18 49 2E
Octal 315 145 40 0 63 124 24 30 111 56
Binary 11001101 1100101 100000 0 110011 1010100 10100 11000 1001001 101110

Color Harmonies of #CD6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6520

Black with #CD6520

Text Example


Text Example

White with #CD6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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