#574402

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

Shades of Bronze Olive #574402

Tints of Bronze Olive #574402

Color information

#574402 (or 0x574402) is unknown color: approx Bronze Olive. HEX triplet: 57, 44 and 02. RGB value is (87,68,2). Sum of RGB (Red+Green+Blue) = 87+68+2=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #574402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574402 is #A8BBFD. Grayscale: #424242. Windows color (decimal): -11058174 or 148567. OLE color: 148567.

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

Color convert

RGB87682-
CMYK00.220.980.66
HSL46.59º95.51%17.45%-
HSV(B)46.59º97.7%34.12%-
XYZ6.016.160.93-
YUV66.1691.79142.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=55.41%
G=43.31%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8768200.220.980.6646.5995.5117.45
Hex5744201662422f6011
Octal12710420261421025714021
Binary101011110001001001011011000101000010101111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574402; }

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

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

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

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

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

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

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

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