#56451B

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

Shades of Bronze Olive #56451B

Tints of Bronze Olive #56451B

Color information

#56451B (or 0x56451B) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 1B. RGB value is (86,69,27). Sum of RGB (Red+Green+Blue) = 86+69+27=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56451B is #A9BAE4. Grayscale: #454545. Windows color (decimal): -11123429 or 1787222. OLE color: 1787222.

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

Color convert

RGB866927-
CMYK00.200.690.66
HSL42.71º52.21%22.16%-
HSV(B)42.71º68.6%33.73%-
XYZ6.166.311.93-
YUV69.3104.13139.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=47.25%
G=37.91%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86692700.200.690.6642.7152.2122.16
Hex56451B01445422b3416
Octal12610533024105102536426
Binary10101101000101110110101001000101100001010101111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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