#C56A1F

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

Shades of Chocolate #C56A1F

Tints of Chocolate #C56A1F

Color information

#C56A1F (or 0xC56A1F) is unknown color: approx Chocolate. HEX triplet: C5, 6A and 1F. RGB value is (197,106,31). Sum of RGB (Red+Green+Blue) = 197+106+31=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A1F is #3A95E0. Grayscale: #7D7D7D. Windows color (decimal): -3839457 or 2058949. OLE color: 2058949.

HSL color Cylindrical-coordinate representation of color #C56A1F: hue angle of 27.11º 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 #C56A1F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19710631-
CMYK00.460.840.23
HSL27.11º72.81%44.71%-
HSV(B)27.11º84.26%77.25%-
XYZ28.4322.284.1-
YUV124.6675.15179.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 31 (12.5% from 255) = 9.28%
R=58.98%
G=31.74%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971063100.460.840.2327.1172.8144.71
HexC56A1F02E54171b492d
Octal30515237056124273311155
Binary110001011101010111110101110101010010111110111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A1F; }

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

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

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

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

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

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

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

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