#574D01

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

Shades of Bronze Olive #574D01

Tints of Bronze Olive #574D01

Color information

#574D01 (or 0x574D01) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 01. RGB value is (87,77,1). Sum of RGB (Red+Green+Blue) = 87+77+1=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #574D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D01 is #A8B2FE. Grayscale: #474747. Windows color (decimal): -11055871 or 85335. OLE color: 85335.

HSL color Cylindrical-coordinate representation of color #574D01: hue angle of 53.02º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #574D01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB87771-
CMYK00.110.990.66
HSL53.02º97.73%17.25%-
HSV(B)53.02º98.85%34.12%-
XYZ6.597.341.1-
YUV71.3388.31139.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=52.73%
G=46.67%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8777100.110.990.6653.0297.7317.25
Hex574D10B6342356211
Octal12711510131431026514221
Binary1010111100110110101111000111000010110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,77,1); }

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

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

 a { background-color: rgb(87,77,1); }

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

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

 span { border-color: rgb(87,77,1); }

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