Html Css Color HEX #CC5A1F Chocolate

📋 copy color: '#CC5A1F'

red 204 ◦ green 90 ◦ blue 31

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

Shades of Chocolate #CC5A1F

Tints of Chocolate #CC5A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 62.77%
G = 27.69%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC5A1F (or 0xCC5A1F) is known color: Chocolate. HEX triplet: CC, 5A and 1F. RGB value is (204,90,31). Sum of RGB (Red+Green+Blue) = 204+90+31=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A1F is #33A5E0. Grayscale: #757575. Windows color (decimal): -3384801 or 2054860. OLE color: 2054860.

HSL color Cylindrical-coordinate representation of color #CC5A1F: hue angle of 20.46º 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 #CC5A1F is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 31 -
CMYK 0 0.56 0.85 0.2
HSL 20.46º 0.74% 0.46% -
HSV(B) 20.46º 0.85% 0.8% -
XYZ 28.81 20.25 3.69 -
YUV 117.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 204 90 31 0 0.56 0.85 0.2 20.46 0.74 0.46
Hex CC 5A 1F 0 38 55 14 14 4A 2E
Octal 314 132 37 0 70 125 24 24 112 56
Binary 11001100 1011010 11111 0 111000 1010101 10100 10100 1001010 101110

Color Harmonies of #CC5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A1F

Black with #CC5A1F

Text Example


Text Example

White with #CC5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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