#574812

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

Shades of Bronze Olive #574812

Tints of Bronze Olive #574812

Color information

#574812 (or 0x574812) is unknown color: approx Bronze Olive. HEX triplet: 57, 48 and 12. RGB value is (87,72,18). Sum of RGB (Red+Green+Blue) = 87+72+18=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574812 is #A8B7ED. Grayscale: #464646. Windows color (decimal): -11057134 or 1198167. OLE color: 1198167.

HSL color Cylindrical-coordinate representation of color #574812: hue angle of 46.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #574812 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB877218-
CMYK00.170.790.66
HSL46.96º65.71%20.59%-
HSV(B)46.96º79.31%34.12%-
XYZ6.366.71.53-
YUV70.3398.47139.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=49.15%
G=40.68%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87721800.170.790.6646.9665.7120.59
Hex5748120114F422f4215
Octal127110220211171025710225
Binary101011110010001001001000110011111000010101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574812; }

 p { color: rgb(87,72,18); }

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

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

 a { background-color: rgb(87,72,18); }

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

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

 span { border-color: rgb(87,72,18); }

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