#56500A

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

Shades of Bronze Olive #56500A

Tints of Bronze Olive #56500A

Color information

#56500A (or 0x56500A) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 0A. RGB value is (86,80,10). Sum of RGB (Red+Green+Blue) = 86+80+10=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #56500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56500A is #A9AFF5. Grayscale: #4A4A4A. Windows color (decimal): -11120630 or 675926. OLE color: 675926.

HSL color Cylindrical-coordinate representation of color #56500A: hue angle of 55.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56500A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB868010-
CMYK00.070.880.66
HSL55.26º79.17%18.82%-
HSV(B)55.26º88.37%33.73%-
XYZ6.767.741.42-
YUV73.8191.99136.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=48.86%
G=45.45%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86801000.070.880.6655.2679.1718.82
Hex5650A075842374f13
Octal12612012071301026711723
Binary101011010100001010011110110001000010110111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,80,10); }

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

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

 a { background-color: rgb(86,80,10); }

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

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

 span { border-color: rgb(86,80,10); }

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