#56471C

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

Shades of Bronze Olive #56471C

Tints of Bronze Olive #56471C

Color information

#56471C (or 0x56471C) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 1C. RGB value is (86,71,28). Sum of RGB (Red+Green+Blue) = 86+71+28=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56471C is #A9B8E3. Grayscale: #464646. Windows color (decimal): -11122916 or 1853270. OLE color: 1853270.

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

Color convert

RGB867128-
CMYK00.170.670.66
HSL44.48º50.88%22.35%-
HSV(B)44.48º67.44%33.73%-
XYZ6.36.572.03-
YUV70.58103.97139-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=46.49%
G=38.38%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86712800.170.670.6644.4850.8822.35
Hex56471C01143422c3316
Octal12610734021103102546326
Binary10101101000111111000100011000011100001010110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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