#574F0A

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

Shades of Bronze Olive #574F0A

Tints of Bronze Olive #574F0A

Color information

#574F0A (or 0x574F0A) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 0A. RGB value is (87,79,10). Sum of RGB (Red+Green+Blue) = 87+79+10=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #574F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F0A is #A8B0F5. Grayscale: #494949. Windows color (decimal): -11055350 or 675671. OLE color: 675671.

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

Color convert

RGB877910-
CMYK00.090.890.66
HSL53.77º79.38%19.02%-
HSV(B)53.77º88.51%34.12%-
XYZ6.787.641.4-
YUV73.5392.15137.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=49.43%
G=44.89%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87791000.090.890.6653.7779.3819.02
Hex574FA095942364f13
Octal127117120111311026611723
Binary1010111100111110100100110110011000010110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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