#574415

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

Shades of Bronze Olive #574415

Tints of Bronze Olive #574415

Color information

#574415 (or 0x574415) is unknown color: approx Bronze Olive. HEX triplet: 57, 44 and 15. RGB value is (87,68,21). Sum of RGB (Red+Green+Blue) = 87+68+21=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #574415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574415 is #A8BBEA. Grayscale: #444444. Windows color (decimal): -11058155 or 1393751. OLE color: 1393751.

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

Color convert

RGB876821-
CMYK00.220.760.66
HSL42.73º61.11%21.18%-
HSV(B)42.73º75.86%34.12%-
XYZ6.136.211.59-
YUV68.32101.29141.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=49.43%
G=38.64%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87682100.220.760.6642.7361.1121.18
Hex5744150164C422b3d15
Octal12710425026114102537525
Binary10101111000100101010101101001100100001010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574415; }

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

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

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

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

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

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

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

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