#C55419

Color #C55419 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C55419

Tints of Chocolate #C55419

Color information

#C55419 (or 0xC55419) is unknown color: approx Chocolate. HEX triplet: C5, 54 and 19. RGB value is (197,84,25). Sum of RGB (Red+Green+Blue) = 197+84+25=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55419 is #3AABE6. Grayscale: #6F6F6F. Windows color (decimal): -3845095 or 1660101. OLE color: 1660101.

HSL color Cylindrical-coordinate representation of color #C55419: hue angle of 20.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C55419 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB1978425-
CMYK00.570.870.23
HSL20.58º77.48%43.53%-
HSV(B)20.58º87.31%77.25%-
XYZ26.3718.283.06-
YUV111.0679.44189.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.38%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 25 (10.16% from 255) = 8.17%
R=64.38%
G=27.45%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197842500.570.870.2320.5877.4843.53
HexC554190395717154d2c
Octal30512431071127272511554
Binary110001011010100110010111001101011110111101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55419; }

 p { color: rgb(197,84,25); }

 H1.HeaderClassName
 {
   color: #C55419;
 }
 .AnyTagClassName
 {
   color: #C55419;
 }
</style>
background-color css

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

 a { background-color: rgb(197,84,25); }

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

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

 span { border-color: rgb(197,84,25); }

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