#56461E

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

Shades of Bronze Olive #56461E

Tints of Bronze Olive #56461E

Color information

#56461E (or 0x56461E) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 1E. RGB value is (86,70,30). Sum of RGB (Red+Green+Blue) = 86+70+30=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56461E is #A9B9E1. Grayscale: #464646. Windows color (decimal): -11123170 or 1984086. OLE color: 1984086.

HSL color Cylindrical-coordinate representation of color #56461E: hue angle of 42.86º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56461E is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB867030-
CMYK00.190.650.66
HSL42.86º48.28%22.75%-
HSV(B)42.86º65.12%33.73%-
XYZ6.266.452.14-
YUV70.22105.3139.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=46.24%
G=37.63%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86703000.190.650.6642.8648.2822.75
Hex56461E01341422b3017
Octal12610636023101102536027
Binary10101101000110111100100111000001100001010101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56461E; }

 p { color: rgb(86,70,30); }

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

<style>
 a { background-color: #56461E; }

 a { background-color: rgb(86,70,30); }

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

<style>
 span { border-color: #56461E; }

 span { border-color: rgb(86,70,30); }

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