#56401B

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

Shades of Bronze Olive #56401B

Tints of Bronze Olive #56401B

Color information

#56401B (or 0x56401B) is unknown color: approx Bronze Olive. HEX triplet: 56, 40 and 1B. RGB value is (86,64,27). Sum of RGB (Red+Green+Blue) = 86+64+27=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56401B is #A9BFE4. Grayscale: #424242. Windows color (decimal): -11124709 or 1785942. OLE color: 1785942.

HSL color Cylindrical-coordinate representation of color #56401B: hue angle of 37.63º 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 #56401B is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB866427-
CMYK00.260.690.66
HSL37.63º52.21%22.16%-
HSV(B)37.63º68.6%33.73%-
XYZ5.875.721.83-
YUV66.36105.79142.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=48.59%
G=36.16%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86642700.260.690.6637.6352.2122.16
Hex56401B01A4542263416
Octal12610033032105102466426
Binary10101101000000110110110101000101100001010011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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