#574016

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

Shades of Bronze Olive #574016

Tints of Bronze Olive #574016

Color information

#574016 (or 0x574016) is unknown color: approx Bronze Olive. HEX triplet: 57, 40 and 16. RGB value is (87,64,22). Sum of RGB (Red+Green+Blue) = 87+64+22=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #574016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574016 is #A8BFE9. Grayscale: #424242. Windows color (decimal): -11059178 or 1458263. OLE color: 1458263.

HSL color Cylindrical-coordinate representation of color #574016: hue angle of 38.77º 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 #574016 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB876422-
CMYK00.260.750.66
HSL38.77º59.63%21.37%-
HSV(B)38.77º74.71%34.12%-
XYZ5.915.751.56-
YUV66.09103.12142.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=50.29%
G=36.99%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87642200.260.750.6638.7759.6321.37
Hex57401601A4B42273c15
Octal12710026032113102477425
Binary10101111000000101100110101001011100001010011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574016; }

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

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

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

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

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

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

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

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