#585314

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

Shades of Bronze Olive #585314

Tints of Bronze Olive #585314

Color information

#585314 (or 0x585314) is unknown color: approx Bronze Olive. HEX triplet: 58, 53 and 14. RGB value is (88,83,20). Sum of RGB (Red+Green+Blue) = 88+83+20=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585314 is #A7ACEB. Grayscale: #4D4D4D. Windows color (decimal): -10988780 or 1332056. OLE color: 1332056.

HSL color Cylindrical-coordinate representation of color #585314: hue angle of 55.59º 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 #585314 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB888320-
CMYK00.060.770.65
HSL55.59º62.96%21.18%-
HSV(B)55.59º77.27%34.51%-
XYZ7.248.311.88-
YUV77.3195.66135.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=46.07%
G=43.46%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88832000.060.770.6555.5962.9621.18
Hex585314064D41383f15
Octal1301232406115101707725
Binary101100010100111010001101001101100000111100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585314; }

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

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

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

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

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

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

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

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