#56521D

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

Shades of Bronze Olive #56521D

Tints of Bronze Olive #56521D

Color information

#56521D (or 0x56521D) is unknown color: approx Bronze Olive. HEX triplet: 56, 52 and 1D. RGB value is (86,82,29). Sum of RGB (Red+Green+Blue) = 86+82+29=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56521D is #A9ADE2. Grayscale: #4D4D4D. Windows color (decimal): -11120099 or 1921622. OLE color: 1921622.

HSL color Cylindrical-coordinate representation of color #56521D: hue angle of 55.79º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56521D is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB868229-
CMYK00.050.660.66
HSL55.79º49.57%22.55%-
HSV(B)55.79º66.28%33.73%-
XYZ7.088.12.35-
YUV77.15100.83134.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=43.65%
G=41.62%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86822900.050.660.6655.7949.5722.55
Hex56521D054242383217
Octal1261223505102102706227
Binary101011010100101110101011000010100001011100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56521D; }

 p { color: rgb(86,82,29); }

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

<style>
 a { background-color: #56521D; }

 a { background-color: rgb(86,82,29); }

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

<style>
 span { border-color: #56521D; }

 span { border-color: rgb(86,82,29); }

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