Html Css Color HEX #CC541A Chocolate

📋 copy color: '#CC541A'

red 204 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #CC541A

Tints of Chocolate #CC541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 64.97%
G = 26.75%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC541A (or 0xCC541A) is known color: Chocolate. HEX triplet: CC, 54 and 1A. RGB value is (204,84,26). Sum of RGB (Red+Green+Blue) = 204+84+26=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC541A is #33ABE5. Grayscale: #717171. Windows color (decimal): -3386342 or 1725644. OLE color: 1725644.

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

Color convert

RGB 204 84 26 -
CMYK 0 0.59 0.87 0.2
HSL 19.55º 0.77% 0.45% -
HSV(B) 19.55º 0.87% 0.8% -
XYZ 28.26 19.25 3.2 -
YUV 113.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 204 84 26 0 0.59 0.87 0.2 19.55 0.77 0.45
Hex CC 54 1A 0 3B 57 14 14 4D 2D
Octal 314 124 32 0 73 127 24 24 115 55
Binary 11001100 1010100 11010 0 111011 1010111 10100 10100 1001101 101101

Color Harmonies of #CC541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC541A

Black with #CC541A

Text Example


Text Example

White with #CC541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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