#56451E

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

Shades of Bronze Olive #56451E

Tints of Bronze Olive #56451E

Color information

#56451E (or 0x56451E) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 1E. RGB value is (86,69,30). Sum of RGB (Red+Green+Blue) = 86+69+30=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56451E is #A9BAE1. Grayscale: #454545. Windows color (decimal): -11123426 or 1983830. OLE color: 1983830.

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

Color convert

RGB866930-
CMYK00.200.650.66
HSL41.79º48.28%22.75%-
HSV(B)41.79º65.12%33.73%-
XYZ6.26.332.12-
YUV69.64105.63139.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=46.49%
G=37.30%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86693000.200.650.6641.7948.2822.75
Hex56451E01441422a3017
Octal12610536024101102526027
Binary10101101000101111100101001000001100001010101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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