#56423F

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

Shades of Crater Brown #56423F

Tints of Crater Brown #56423F

Color information

#56423F (or 0x56423F) is unknown color: approx Crater Brown. HEX triplet: 56, 42 and 3F. RGB value is (86,66,63). Sum of RGB (Red+Green+Blue) = 86+66+63=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #56423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56423F is #A9BDC0. Grayscale: #474747. Windows color (decimal): -11124161 or 4145750. OLE color: 4145750.

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

Color convert

RGB866663-
CMYK00.230.270.66
HSL7.83º15.44%29.22%-
HSV(B)7.83º26.74%33.73%-
XYZ6.686.235.55-
YUV71.64123.13138.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 63 (25% from 255) = 29.30%
R=40%
G=30.70%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86666300.230.270.667.8315.4429.22
Hex56423F0171B428f1d
Octal1261027702733102101735
Binary101011010000101111110101111101110000101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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