#56413F

Color #56413F Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #56413F

Tints of Crater Brown #56413F

Color information

#56413F (or 0x56413F) is unknown color: approx Crater Brown. HEX triplet: 56, 41 and 3F. RGB value is (86,65,63). Sum of RGB (Red+Green+Blue) = 86+65+63=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56413F is #A9BEC0. Grayscale: #474747. Windows color (decimal): -11124417 or 4145494. OLE color: 4145494.

HSL color Cylindrical-coordinate representation of color #56413F: hue angle of 5.22º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56413F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB866563-
CMYK00.240.270.66
HSL5.22º15.44%29.22%-
HSV(B)5.22º26.74%33.73%-
XYZ6.636.125.53-
YUV71.05123.46138.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 63 (25% from 255) = 29.44%
R=40.19%
G=30.37%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86656300.240.270.665.2215.4429.22
Hex56413F0181B425f1d
Octal126101770303310251735
Binary10101101000001111111011000110111000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56413F; }

 p { color: rgb(86,65,63); }

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

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

 a { background-color: rgb(86,65,63); }

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

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

 span { border-color: rgb(86,65,63); }

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