#56443F

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

Shades of Crater Brown #56443F

Tints of Crater Brown #56443F

Color information

#56443F (or 0x56443F) is unknown color: approx Crater Brown. HEX triplet: 56, 44 and 3F. RGB value is (86,68,63). Sum of RGB (Red+Green+Blue) = 86+68+63=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #56443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56443F is #A9BBC0. Grayscale: #484848. Windows color (decimal): -11123649 or 4146262. OLE color: 4146262.

HSL color Cylindrical-coordinate representation of color #56443F: hue angle of 13.04º 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 #56443F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB866863-
CMYK00.210.270.66
HSL13.04º15.44%29.22%-
HSV(B)13.04º26.74%33.73%-
XYZ6.86.475.59-
YUV72.81122.46137.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 63 (25% from 255) = 29.03%
R=39.63%
G=31.34%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86686300.210.270.6613.0415.4429.22
Hex56443F0151B42df1d
Octal1261047702533102151735
Binary101011010001001111110101011101110000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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