Html Css Color HEX #CD6820 Chocolate

📋 copy color: '#CD6820'

red 205 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #CD6820

Tints of Chocolate #CD6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 60.12%
G = 30.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD6820 (or 0xCD6820) is known color: Chocolate. HEX triplet: CD, 68 and 20. RGB value is (205,104,32). Sum of RGB (Red+Green+Blue) = 205+104+32=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6820 is #3297DF. Grayscale: #7E7E7E. Windows color (decimal): -3315680 or 2123981. OLE color: 2123981.

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

Color convert

RGB 205 104 32 -
CMYK 0 0.49 0.84 0.20
HSL 24.97º 0.73% 0.46% -
HSV(B) 24.97º 0.84% 0.8% -
XYZ 30.39 22.98 4.2 -
YUV 125.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 205 104 32 0 0.49 0.84 0.20 24.97 0.73 0.46
Hex CD 68 20 0 31 54 14 19 49 2E
Octal 315 150 40 0 61 124 24 31 111 56
Binary 11001101 1101000 100000 0 110001 1010100 10100 11001 1001001 101110

Color Harmonies of #CD6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6820

Black with #CD6820

Text Example


Text Example

White with #CD6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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