#56453B

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

Shades of Brown Derby #56453B

Tints of Brown Derby #56453B

Color information

#56453B (or 0x56453B) is unknown color: approx Brown Derby. HEX triplet: 56, 45 and 3B. RGB value is (86,69,59). Sum of RGB (Red+Green+Blue) = 86+69+59=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56453B is #A9BAC4. Grayscale: #494949. Windows color (decimal): -11123397 or 3884374. OLE color: 3884374.

HSL color Cylindrical-coordinate representation of color #56453B: hue angle of 22.22º 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 #56453B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB866959-
CMYK00.200.310.66
HSL22.22º18.62%28.43%-
HSV(B)22.22º31.4%33.73%-
XYZ6.766.555.05-
YUV72.94120.13137.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=40.19%
G=32.24%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86695900.200.310.6622.2218.6228.43
Hex56453B0141F4216131c
Octal1261057302437102262334
Binary10101101000101111011010100111111000010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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