#56401E

Color #56401E Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #56401E

Tints of Deep Bronze #56401E

Color information

#56401E (or 0x56401E) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 1E. RGB value is (86,64,30). Sum of RGB (Red+Green+Blue) = 86+64+30=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56401E is #A9BFE1. Grayscale: #424242. Windows color (decimal): -11124706 or 1982550. OLE color: 1982550.

HSL color Cylindrical-coordinate representation of color #56401E: hue angle of 36.43º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56401E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB866430-
CMYK00.260.650.66
HSL36.43º48.28%22.75%-
HSV(B)36.43º65.12%33.73%-
XYZ5.915.742.02-
YUV66.7107.29141.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=47.78%
G=35.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86643000.260.650.6636.4348.2822.75
Hex56401E01A4142243017
Octal12610036032101102446027
Binary10101101000000111100110101000001100001010010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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