#56410B

Color #56410B Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #56410B

Tints of Bronze Olive #56410B

Color information

#56410B (or 0x56410B) is unknown color: approx Bronze Olive. HEX triplet: 56, 41 and 0B. RGB value is (86,65,11). Sum of RGB (Red+Green+Blue) = 86+65+11=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56410B is #A9BEF4. Grayscale: #414141. Windows color (decimal): -11124469 or 737622. OLE color: 737622.

HSL color Cylindrical-coordinate representation of color #56410B: hue angle of 43.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56410B is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB866511-
CMYK00.240.870.66
HSL43.2º77.32%19.02%-
HSV(B)43.2º87.21%33.73%-
XYZ5.795.781.13-
YUV65.1297.46142.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=53.09%
G=40.12%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86651100.240.870.6643.277.3219.02
Hex5641B01857422b4d13
Octal126101130301271025311523
Binary10101101000001101101100010101111000010101011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,65,11); }

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

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

 a { background-color: rgb(86,65,11); }

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

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

 span { border-color: rgb(86,65,11); }

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