#574C03

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

Shades of Bronze Olive #574C03

Tints of Bronze Olive #574C03

Color information

#574C03 (or 0x574C03) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 03. RGB value is (87,76,3). Sum of RGB (Red+Green+Blue) = 87+76+3=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #574C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C03 is #A8B3FC. Grayscale: #474747. Windows color (decimal): -11056125 or 216151. OLE color: 216151.

HSL color Cylindrical-coordinate representation of color #574C03: hue angle of 52.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #574C03 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB87763-
CMYK00.130.970.66
HSL52.14º93.33%17.65%-
HSV(B)52.14º96.55%34.12%-
XYZ6.537.21.13-
YUV70.9789.64139.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 76 (30.08% from 255) = 45.78%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=52.41%
G=45.78%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8776300.130.970.6652.1493.3317.65
Hex574C30D6142345d12
Octal12711430151411026413522
Binary10101111001100110110111000011000010110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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