#585312

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

Shades of Bronze Olive #585312

Tints of Bronze Olive #585312

Color information

#585312 (or 0x585312) is unknown color: approx Bronze Olive. HEX triplet: 58, 53 and 12. RGB value is (88,83,18). Sum of RGB (Red+Green+Blue) = 88+83+18=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #585312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585312 is #A7ACED. Grayscale: #4D4D4D. Windows color (decimal): -10988782 or 1200984. OLE color: 1200984.

HSL color Cylindrical-coordinate representation of color #585312: hue angle of 55.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #585312 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB888318-
CMYK00.060.800.65
HSL55.71º66.04%20.78%-
HSV(B)55.71º79.55%34.51%-
XYZ7.238.31.79-
YUV77.0894.66135.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=46.56%
G=43.92%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88831800.060.800.6555.7166.0420.78
Hex585312065041384215
Octal13012322061201017010225
Binary1011000101001110010011010100001000001111000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585312; }

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

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

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

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

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

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

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

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