Html Css Color HEX #CD6521 Chocolate

📋 copy color: '#CD6521'

red 205 ◦ green 101 ◦ blue 33

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

Shades of Chocolate #CD6521

Tints of Chocolate #CD6521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 60.47%
G = 29.79%
B = 9.73%

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

#CD6521 (or 0xCD6521) is known color: Chocolate. HEX triplet: CD, 65 and 21. RGB value is (205,101,33). Sum of RGB (Red+Green+Blue) = 205+101+33=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6521 is #329ADE. Grayscale: #7C7C7C. Windows color (decimal): -3316447 or 2188749. OLE color: 2188749.

HSL color Cylindrical-coordinate representation of color #CD6521: hue angle of 23.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD6521 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 101 33 -
CMYK 0 0.51 0.84 0.20
HSL 23.72º 0.72% 0.47% -
HSV(B) 23.72º 0.84% 0.8% -
XYZ 30.11 22.4 4.18 -
YUV 124.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 205 101 33 0 0.51 0.84 0.20 23.72 0.72 0.47
Hex CD 65 21 0 33 54 14 18 48 2F
Octal 315 145 41 0 63 124 24 30 110 57
Binary 11001101 1100101 100001 0 110011 1010100 10100 11000 1001000 101111

Color Harmonies of #CD6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6521

Black with #CD6521

Text Example


Text Example

White with #CD6521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6521; }

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

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

background-color css

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

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

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

border-color css

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

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

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