#56403B

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

Shades of Crater Brown #56403B

Tints of Crater Brown #56403B

Color information

#56403B (or 0x56403B) is unknown color: approx Crater Brown. HEX triplet: 56, 40 and 3B. RGB value is (86,64,59). Sum of RGB (Red+Green+Blue) = 86+64+59=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #56403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56403B is #A9BFC4. Grayscale: #464646. Windows color (decimal): -11124677 or 3883094. OLE color: 3883094.

HSL color Cylindrical-coordinate representation of color #56403B: hue angle of 11.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56403B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB866459-
CMYK00.260.310.66
HSL11.11º18.62%28.43%-
HSV(B)11.11º31.4%33.73%-
XYZ6.465.964.95-
YUV70.01121.79139.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=41.15%
G=30.62%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86645900.260.310.6611.1118.6228.43
Hex56403B01A1F42b131c
Octal1261007303237102132334
Binary1010110100000011101101101011111100001010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56403B; }

 p { color: rgb(86,64,59); }

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

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

 a { background-color: rgb(86,64,59); }

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

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

 span { border-color: rgb(86,64,59); }

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