#585316

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

Shades of Bronze Olive #585316

Tints of Bronze Olive #585316

Color information

#585316 (or 0x585316) is unknown color: approx Bronze Olive. HEX triplet: 58, 53 and 16. RGB value is (88,83,22). Sum of RGB (Red+Green+Blue) = 88+83+22=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585316 is #A7ACE9. Grayscale: #4D4D4D. Windows color (decimal): -10988778 or 1463128. OLE color: 1463128.

HSL color Cylindrical-coordinate representation of color #585316: hue angle of 55.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #585316 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB888322-
CMYK00.060.750.65
HSL55.45º60%21.57%-
HSV(B)55.45º75%34.51%-
XYZ7.268.321.98-
YUV77.5496.66135.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=45.60%
G=43.01%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88832200.060.750.6555.456021.57
Hex585316064B41373c16
Octal1301232606113101677426
Binary101100010100111011001101001011100000111011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585316; }

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

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

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

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

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

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

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

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