#56471A

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

Shades of Bronze Olive #56471A

Tints of Bronze Olive #56471A

Color information

#56471A (or 0x56471A) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 1A. RGB value is (86,71,26). Sum of RGB (Red+Green+Blue) = 86+71+26=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56471A is #A9B8E5. Grayscale: #464646. Windows color (decimal): -11122918 or 1722198. OLE color: 1722198.

HSL color Cylindrical-coordinate representation of color #56471A: hue angle of 45º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56471A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB867126-
CMYK00.170.700.66
HSL45º53.57%21.96%-
HSV(B)45º69.77%33.73%-
XYZ6.286.561.91-
YUV70.35102.97139.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=46.99%
G=38.80%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86712600.170.700.664553.5721.96
Hex56471A01146422d3616
Octal12610732021106102556626
Binary10101101000111110100100011000110100001010110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56471A; }

 p { color: rgb(86,71,26); }

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

<style>
 a { background-color: #56471A; }

 a { background-color: rgb(86,71,26); }

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

<style>
 span { border-color: #56471A; }

 span { border-color: rgb(86,71,26); }

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