#56411B

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

Shades of Bronze Olive #56411B

Tints of Bronze Olive #56411B

Color information

#56411B (or 0x56411B) is unknown color: approx Bronze Olive. HEX triplet: 56, 41 and 1B. RGB value is (86,65,27). Sum of RGB (Red+Green+Blue) = 86+65+27=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56411B is #A9BEE4. Grayscale: #434343. Windows color (decimal): -11124453 or 1786198. OLE color: 1786198.

HSL color Cylindrical-coordinate representation of color #56411B: hue angle of 38.64º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56411B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB866527-
CMYK00.240.690.66
HSL38.64º52.21%22.16%-
HSV(B)38.64º68.6%33.73%-
XYZ5.935.841.85-
YUV66.95105.46141.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=48.31%
G=36.52%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86652700.240.690.6638.6452.2122.16
Hex56411B0184542273416
Octal12610133030105102476426
Binary10101101000001110110110001000101100001010011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56411B; }

 p { color: rgb(86,65,27); }

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

<style>
 a { background-color: #56411B; }

 a { background-color: rgb(86,65,27); }

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

<style>
 span { border-color: #56411B; }

 span { border-color: rgb(86,65,27); }

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