#574611

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

Shades of Bronze Olive #574611

Tints of Bronze Olive #574611

Color information

#574611 (or 0x574611) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 11. RGB value is (87,70,17). Sum of RGB (Red+Green+Blue) = 87+70+17=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574611 is #A8B9EE. Grayscale: #454545. Windows color (decimal): -11057647 or 1132119. OLE color: 1132119.

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

Color convert

RGB877017-
CMYK00.200.800.66
HSL45.43º67.31%20.39%-
HSV(B)45.43º80.46%34.12%-
XYZ6.226.451.45-
YUV69.0498.63140.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=50%
G=40.23%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87701700.200.800.6645.4367.3120.39
Hex57461101450422d4314
Octal127106210241201025510324
Binary101011110001101000101010010100001000010101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574611; }

 p { color: rgb(87,70,17); }

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

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

 a { background-color: rgb(87,70,17); }

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

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

 span { border-color: rgb(87,70,17); }

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