#56413E

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

Shades of Crater Brown #56413E

Tints of Crater Brown #56413E

Color information

#56413E (or 0x56413E) is unknown color: approx Crater Brown. HEX triplet: 56, 41 and 3E. RGB value is (86,65,62). Sum of RGB (Red+Green+Blue) = 86+65+62=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #56413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56413E is #A9BEC1. Grayscale: #464646. Windows color (decimal): -11124418 or 4079958. OLE color: 4079958.

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

Color convert

RGB866562-
CMYK00.240.280.66
HSL7.5º16.22%29.02%-
HSV(B)7.5º27.91%33.73%-
XYZ6.66.115.39-
YUV70.94122.96138.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=40.38%
G=30.52%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86656200.240.280.667.516.2229.02
Hex56413E0181C428101d
Octal1261017603034102102035
Binary1010110100000111111001100011100100001010001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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