#574311

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

Shades of Bronze Olive #574311

Tints of Bronze Olive #574311

Color information

#574311 (or 0x574311) is unknown color: approx Bronze Olive. HEX triplet: 57, 43 and 11. RGB value is (87,67,17). Sum of RGB (Red+Green+Blue) = 87+67+17=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574311 is #A8BCEE. Grayscale: #434343. Windows color (decimal): -11058415 or 1131351. OLE color: 1131351.

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

Color convert

RGB876717-
CMYK00.230.800.66
HSL42.86º67.31%20.39%-
HSV(B)42.86º80.46%34.12%-
XYZ6.046.081.39-
YUV67.2899.63142.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=50.88%
G=39.18%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87671700.230.800.6642.8667.3120.39
Hex57431101750422b4314
Octal127103210271201025310324
Binary101011110000111000101011110100001000010101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574311; }

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

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

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

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

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

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

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

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