#56413D

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

Shades of Crater Brown #56413D

Tints of Crater Brown #56413D

Color information

#56413D (or 0x56413D) is unknown color: approx Crater Brown. HEX triplet: 56, 41 and 3D. RGB value is (86,65,61). Sum of RGB (Red+Green+Blue) = 86+65+61=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56413D is #A9BEC2. Grayscale: #464646. Windows color (decimal): -11124419 or 4014422. OLE color: 4014422.

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

Color convert

RGB866561-
CMYK00.240.290.66
HSL9.6º17.01%28.82%-
HSV(B)9.6º29.07%33.73%-
XYZ6.576.15.25-
YUV70.82122.46138.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=40.57%
G=30.66%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86656100.240.290.669.617.0128.82
Hex56413D0181D42a111d
Octal1261017503035102122135
Binary1010110100000111110101100011101100001010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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