Html Css Color HEX #CC541F Chocolate

📋 copy color: '#CC541F'

red 204 ◦ green 84 ◦ blue 31

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

Shades of Chocolate #CC541F

Tints of Chocolate #CC541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 63.95%
G = 26.33%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC541F (or 0xCC541F) is known color: Chocolate. HEX triplet: CC, 54 and 1F. RGB value is (204,84,31). Sum of RGB (Red+Green+Blue) = 204+84+31=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC541F is #33ABE0. Grayscale: #727272. Windows color (decimal): -3386337 or 2053324. OLE color: 2053324.

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

Color convert

RGB 204 84 31 -
CMYK 0 0.59 0.85 0.2
HSL 18.38º 0.74% 0.46% -
HSV(B) 18.38º 0.85% 0.8% -
XYZ 28.32 19.28 3.52 -
YUV 113.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 204 84 31 0 0.59 0.85 0.2 18.38 0.74 0.46
Hex CC 54 1F 0 3B 55 14 12 4A 2E
Octal 314 124 37 0 73 125 24 22 112 56
Binary 11001100 1010100 11111 0 111011 1010101 10100 10010 1001010 101110

Color Harmonies of #CC541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC541F

Black with #CC541F

Text Example


Text Example

White with #CC541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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