#574625

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

Shades of Bronze Olive #574625

Tints of Bronze Olive #574625

Color information

#574625 (or 0x574625) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 25. RGB value is (87,70,37). Sum of RGB (Red+Green+Blue) = 87+70+37=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574625 is #A8B9DA. Grayscale: #474747. Windows color (decimal): -11057627 or 2442839. OLE color: 2442839.

HSL color Cylindrical-coordinate representation of color #574625: hue angle of 39.6º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #574625 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB877037-
CMYK00.200.570.66
HSL39.6º40.32%24.31%-
HSV(B)39.6º57.47%34.12%-
XYZ6.456.542.67-
YUV71.32108.63139.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=44.85%
G=36.08%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87703700.200.570.6639.640.3224.31
Hex5746250143942282818
Octal1271064502471102505030
Binary10101111000110100101010100111001100001010100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574625; }

 p { color: rgb(87,70,37); }

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

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

 a { background-color: rgb(87,70,37); }

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

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

 span { border-color: rgb(87,70,37); }

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