#C5611F

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

Shades of Chocolate #C5611F

Tints of Chocolate #C5611F

Color information

#C5611F (or 0xC5611F) is unknown color: approx Chocolate. HEX triplet: C5, 61 and 1F. RGB value is (197,97,31). Sum of RGB (Red+Green+Blue) = 197+97+31=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5611F is #3A9EE0. Grayscale: #777777. Windows color (decimal): -3841761 or 2056645. OLE color: 2056645.

HSL color Cylindrical-coordinate representation of color #C5611F: hue angle of 23.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5611F is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB1979731-
CMYK00.510.840.23
HSL23.86º72.81%44.71%-
HSV(B)23.86º84.26%77.25%-
XYZ27.5520.523.8-
YUV119.3878.13183.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.62%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=60.62%
G=29.85%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197973100.510.840.2323.8672.8144.71
HexC5611F033541718492d
Octal30514137063124273011155
Binary110001011100001111110110011101010010111110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5611F; }

 p { color: rgb(197,97,31); }

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

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

 a { background-color: rgb(197,97,31); }

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

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

 span { border-color: rgb(197,97,31); }

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