#56471D

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

Shades of Bronze Olive #56471D

Tints of Bronze Olive #56471D

Color information

#56471D (or 0x56471D) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 1D. RGB value is (86,71,29). Sum of RGB (Red+Green+Blue) = 86+71+29=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56471D is #A9B8E2. Grayscale: #464646. Windows color (decimal): -11122915 or 1918806. OLE color: 1918806.

HSL color Cylindrical-coordinate representation of color #56471D: hue angle of 44.21º 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 #56471D is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB867129-
CMYK00.170.660.66
HSL44.21º49.57%22.55%-
HSV(B)44.21º66.28%33.73%-
XYZ6.316.572.1-
YUV70.7104.47138.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=46.24%
G=38.17%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86712900.170.660.6644.2149.5722.55
Hex56471D01142422c3217
Octal12610735021102102546227
Binary10101101000111111010100011000010100001010110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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