#574A02

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

Shades of Bronze Olive #574A02

Tints of Bronze Olive #574A02

Color information

#574A02 (or 0x574A02) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 02. RGB value is (87,74,2). Sum of RGB (Red+Green+Blue) = 87+74+2=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #574A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A02 is #A8B5FD. Grayscale: #454545. Windows color (decimal): -11056638 or 150103. OLE color: 150103.

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

Color convert

RGB87742-
CMYK00.150.980.66
HSL50.82º95.51%17.45%-
HSV(B)50.82º97.7%34.12%-
XYZ6.396.931.06-
YUV69.6889.81140.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=53.37%
G=45.40%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8774200.150.980.6650.8295.5117.45
Hex574A20F6242336011
Octal12711220171421026314021
Binary10101111001010100111111000101000010110011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,2); }

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

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

 a { background-color: rgb(87,74,2); }

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

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

 span { border-color: rgb(87,74,2); }

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