#574113

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

Shades of Bronze Olive #574113

Tints of Bronze Olive #574113

Color information

#574113 (or 0x574113) is unknown color: approx Bronze Olive. HEX triplet: 57, 41 and 13. RGB value is (87,65,19). Sum of RGB (Red+Green+Blue) = 87+65+19=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574113 is #A8BEEC. Grayscale: #424242. Windows color (decimal): -11058925 or 1261911. OLE color: 1261911.

HSL color Cylindrical-coordinate representation of color #574113: hue angle of 40.59º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #574113 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB876519-
CMYK00.250.780.66
HSL40.59º64.15%20.78%-
HSV(B)40.59º78.16%34.12%-
XYZ5.945.851.43-
YUV66.33101.29142.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=50.88%
G=38.01%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87651900.250.780.6640.5964.1520.78
Hex5741130194E42294015
Octal127101230311161025110025
Binary101011110000011001101100110011101000010101001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574113; }

 p { color: rgb(87,65,19); }

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

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

 a { background-color: rgb(87,65,19); }

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

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

 span { border-color: rgb(87,65,19); }

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