#574301

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

Shades of Bronze Olive #574301

Tints of Bronze Olive #574301

Color information

#574301 (or 0x574301) is unknown color: approx Bronze Olive. HEX triplet: 57, 43 and 01. RGB value is (87,67,1). Sum of RGB (Red+Green+Blue) = 87+67+1=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #574301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574301 is #A8BCFE. Grayscale: #414141. Windows color (decimal): -11058431 or 82775. OLE color: 82775.

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

Color convert

RGB87671-
CMYK00.230.990.66
HSL46.05º97.73%17.25%-
HSV(B)46.05º98.85%34.12%-
XYZ5.946.040.88-
YUV65.4691.63143.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=56.13%
G=43.23%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8767100.230.990.6646.0597.7317.25
Hex5743101763422e6211
Octal12710310271431025614221
Binary10101111000011101011111000111000010101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574301; }

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

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

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

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

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

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

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

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