#585214

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

Shades of Bronze Olive #585214

Tints of Bronze Olive #585214

Color information

#585214 (or 0x585214) is unknown color: approx Bronze Olive. HEX triplet: 58, 52 and 14. RGB value is (88,82,20). Sum of RGB (Red+Green+Blue) = 88+82+20=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #585214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585214 is #A7ADEB. Grayscale: #4C4C4C. Windows color (decimal): -10989036 or 1331800. OLE color: 1331800.

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

Color convert

RGB888220-
CMYK00.070.770.65
HSL54.71º62.96%21.18%-
HSV(B)54.71º77.27%34.51%-
XYZ7.178.161.86-
YUV76.7395.99136.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=46.32%
G=43.16%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88822000.070.770.6554.7162.9621.18
Hex585214074D41373f15
Octal1301222407115101677725
Binary101100010100101010001111001101100000111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585214; }

 p { color: rgb(88,82,20); }

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

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

 a { background-color: rgb(88,82,20); }

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

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

 span { border-color: rgb(88,82,20); }

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