Html Css Color HEX #CC541D Chocolate

📋 copy color: '#CC541D'

red 204 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #CC541D

Tints of Chocolate #CC541D

RGB

 RED value IS 204 (80.08% from 255) = 64.35%

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 64.35%
G = 26.5%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC541D (or 0xCC541D) is known color: Chocolate. HEX triplet: CC, 54 and 1D. RGB value is (204,84,29). Sum of RGB (Red+Green+Blue) = 204+84+29=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC541D is #33ABE2. Grayscale: #717171. Windows color (decimal): -3386339 or 1922252. OLE color: 1922252.

HSL color Cylindrical-coordinate representation of color #CC541D: hue angle of 18.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC541D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 29 -
CMYK 0 0.59 0.86 0.2
HSL 18.86º 0.75% 0.46% -
HSV(B) 18.86º 0.86% 0.8% -
XYZ 28.29 19.27 3.39 -
YUV 113.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 204 84 29 0 0.59 0.86 0.2 18.86 0.75 0.46
Hex CC 54 1D 0 3B 56 14 13 4B 2E
Octal 314 124 35 0 73 126 24 23 113 56
Binary 11001100 1010100 11101 0 111011 1010110 10100 10011 1001011 101110

Color Harmonies of #CC541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC541D

Black with #CC541D

Text Example


Text Example

White with #CC541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC541D; }

 p { color: rgb(204,84,29); }

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

background-color css

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

 a { background-color: rgb(204,84,29); }

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

border-color css

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

 span { border-color: rgb(204,84,29); }

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