#56451c

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

Shades of Bronze Olive #56451C

Tints of Bronze Olive #56451C

Color information

#56451C (or 0x56451C) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 1C. RGB value is (86,69,28). Sum of RGB (Red+Green+Blue) = 86+69+28=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56451C is #A9BAE3. Grayscale: #454545. Windows color (decimal): -11123428 or 1852758. OLE color: 1852758.

HSL color Cylindrical-coordinate representation of color #56451C: hue angle of 42.41º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56451C is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB866928-
CMYK00.200.670.66
HSL42.41º50.88%22.35%-
HSV(B)42.41º67.44%33.73%-
XYZ6.186.321.99-
YUV69.41104.63139.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=46.99%
G=37.70%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86692800.200.670.6642.4150.8822.35
Hex56451C01443422a3316
Octal12610534024103102526326
Binary10101101000101111000101001000011100001010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56451c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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