Html Css Color HEX #CD5C21 Chocolate

📋 copy color: '#CD5C21'

red 205 ◦ green 92 ◦ blue 33

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

Shades of Chocolate #CD5C21

Tints of Chocolate #CD5C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 62.12%
G = 27.88%
B = 10%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD5C21 (or 0xCD5C21) is known color: Chocolate. HEX triplet: CD, 5C and 21. RGB value is (205,92,33). Sum of RGB (Red+Green+Blue) = 205+92+33=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5C21 is #32A3DE. Grayscale: #777777. Windows color (decimal): -3318751 or 2186445. OLE color: 2186445.

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

Color convert

RGB 205 92 33 -
CMYK 0 0.55 0.84 0.20
HSL 20.58º 0.72% 0.47% -
HSV(B) 20.58º 0.84% 0.8% -
XYZ 29.28 20.74 3.9 -
YUV 119.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 205 92 33 0 0.55 0.84 0.20 20.58 0.72 0.47
Hex CD 5C 21 0 37 54 14 15 48 2F
Octal 315 134 41 0 67 124 24 25 110 57
Binary 11001101 1011100 100001 0 110111 1010100 10100 10101 1001000 101111

Color Harmonies of #CD5C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C21

Black with #CD5C21

Text Example


Text Example

White with #CD5C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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