#574C01

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

Shades of Bronze Olive #574C01

Tints of Bronze Olive #574C01

Color information

#574C01 (or 0x574C01) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 01. RGB value is (87,76,1). Sum of RGB (Red+Green+Blue) = 87+76+1=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #574C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C01 is #A8B3FE. Grayscale: #474747. Windows color (decimal): -11056127 or 85079. OLE color: 85079.

HSL color Cylindrical-coordinate representation of color #574C01: hue angle of 52.33º 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 #574C01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB87761-
CMYK00.130.990.66
HSL52.33º97.73%17.25%-
HSV(B)52.33º98.85%34.12%-
XYZ6.527.21.07-
YUV70.7488.64139.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=53.05%
G=46.34%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8776100.130.990.6652.3397.7317.25
Hex574C10D6342346211
Octal12711410151431026414221
Binary1010111100110010110111000111000010110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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