#574614

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

Shades of Bronze Olive #574614

Tints of Bronze Olive #574614

Color information

#574614 (or 0x574614) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 14. RGB value is (87,70,20). Sum of RGB (Red+Green+Blue) = 87+70+20=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574614 is #A8B9EB. Grayscale: #454545. Windows color (decimal): -11057644 or 1328727. OLE color: 1328727.

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

Color convert

RGB877020-
CMYK00.200.770.66
HSL44.78º62.62%20.98%-
HSV(B)44.78º77.01%34.12%-
XYZ6.256.461.58-
YUV69.38100.13140.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=49.15%
G=39.55%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87702000.200.770.6644.7862.6220.98
Hex5746140144D422d3f15
Octal12710624024115102557725
Binary10101111000110101000101001001101100001010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574614; }

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

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

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

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

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

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

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

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