#56490F

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

Shades of Bronze Olive #56490F

Tints of Bronze Olive #56490F

Color information

#56490F (or 0x56490F) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 0F. RGB value is (86,73,15). Sum of RGB (Red+Green+Blue) = 86+73+15=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #56490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56490F is #A9B6F0. Grayscale: #464646. Windows color (decimal): -11122417 or 1001814. OLE color: 1001814.

HSL color Cylindrical-coordinate representation of color #56490F: hue angle of 49.01º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56490F is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB867315-
CMYK00.150.830.66
HSL49.01º70.3%19.8%-
HSV(B)49.01º82.56%33.73%-
XYZ6.316.781.43-
YUV70.2796.81139.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=49.43%
G=41.95%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86731500.150.830.6649.0170.319.8
Hex5649F0F5342314614
Octal126111170171231026110624
Binary1010110100100111110111110100111000010110001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56490F; }

 p { color: rgb(86,73,15); }

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

<style>
 a { background-color: #56490F; }

 a { background-color: rgb(86,73,15); }

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

<style>
 span { border-color: #56490F; }

 span { border-color: rgb(86,73,15); }

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