#56463E

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

Shades of Brown Derby #56463E

Tints of Brown Derby #56463E

Color information

#56463E (or 0x56463E) is unknown color: approx Brown Derby. HEX triplet: 56, 46 and 3E. RGB value is (86,70,62). Sum of RGB (Red+Green+Blue) = 86+70+62=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #56463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56463E is #A9B9C1. Grayscale: #494949. Windows color (decimal): -11123138 or 4081238. OLE color: 4081238.

HSL color Cylindrical-coordinate representation of color #56463E: hue angle of 20º 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 #56463E is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB867062-
CMYK00.190.280.66
HSL20º16.22%29.02%-
HSV(B)20º27.91%33.73%-
XYZ6.96.715.49-
YUV73.87121.3136.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=39.45%
G=32.11%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86706200.190.280.662016.2229.02
Hex56463E0131C4214101d
Octal1261067602334102242035
Binary10101101000110111110010011111001000010101001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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