#574416

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

Shades of Bronze Olive #574416

Tints of Bronze Olive #574416

Color information

#574416 (or 0x574416) is unknown color: approx Bronze Olive. HEX triplet: 57, 44 and 16. RGB value is (87,68,22). Sum of RGB (Red+Green+Blue) = 87+68+22=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574416 is #A8BBE9. Grayscale: #444444. Windows color (decimal): -11058154 or 1459287. OLE color: 1459287.

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

Color convert

RGB876822-
CMYK00.220.750.66
HSL42.46º59.63%21.37%-
HSV(B)42.46º74.71%34.12%-
XYZ6.146.221.64-
YUV68.44101.79141.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=49.15%
G=38.42%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87682200.220.750.6642.4659.6321.37
Hex5744160164B422a3c15
Octal12710426026113102527425
Binary10101111000100101100101101001011100001010101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574416; }

 p { color: rgb(87,68,22); }

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

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

 a { background-color: rgb(87,68,22); }

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

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

 span { border-color: rgb(87,68,22); }

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