#574F09

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

Shades of Bronze Olive #574F09

Tints of Bronze Olive #574F09

Color information

#574F09 (or 0x574F09) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 09. RGB value is (87,79,9). Sum of RGB (Red+Green+Blue) = 87+79+9=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F09 is #A8B0F6. Grayscale: #494949. Windows color (decimal): -11055351 or 610135. OLE color: 610135.

HSL color Cylindrical-coordinate representation of color #574F09: hue angle of 53.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #574F09 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87799-
CMYK00.090.900.66
HSL53.85º81.25%18.82%-
HSV(B)53.85º89.66%34.12%-
XYZ6.787.641.38-
YUV73.4191.65137.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=49.71%
G=45.14%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8779900.090.900.6653.8581.2518.82
Hex574F9095A42365113
Octal127117110111321026612123
Binary1010111100111110010100110110101000010110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574F09; }

 p { color: rgb(87,79,9); }

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

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

 a { background-color: rgb(87,79,9); }

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

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

 span { border-color: rgb(87,79,9); }

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