Html Css Color HEX #585111 Bronze Olive

📋 copy color: '#585111'

red 88 ◦ green 81 ◦ blue 17

#585111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #585111

Tints of Bronze Olive #585111

RGB

 RED value IS 88 (34.77% from 255) = 47.31%

 GREEN value IS 81 (32.03% from 255) = 43.55%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 47.31%
G = 43.55%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#585111 (or 0x585111) is known color: Bronze Olive. HEX triplet: 58, 51 and 11. RGB value is (88,81,17). Sum of RGB (Red+Green+Blue) = 88+81+17=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #585111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585111 is #A7AEEE. Grayscale: #4C4C4C. Windows color (decimal): -10989295 or 1134936. OLE color: 1134936.

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

Color convert

RGB 88 81 17 -
CMYK 0 0.08 0.81 0.65
HSL 54.08º 0.68% 0.21% -
HSV(B) 54.08º 0.81% 0.35% -
XYZ 7.07 8 1.7 -
YUV 75.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 88 81 17 0 0.08 0.81 0.65 54.08 0.68 0.21
Hex 58 51 11 0 8 51 41 36 44 15
Octal 130 121 21 0 10 121 101 66 104 25
Binary 1011000 1010001 10001 0 1000 1010001 1000001 110110 1000100 10101

Color Harmonies of #585111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585111

Black with #585111

Text Example


Text Example

White with #585111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585111; }

 p { color: rgb(88,81,17); }

 H1.HeaderClassName
 {
   color: #585111;
 }
 .AnyTagClassName
 {
   color: #585111;
 }
</style>

background-color css

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

 a { background-color: rgb(88,81,17); }

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

border-color css

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

 span { border-color: rgb(88,81,17); }

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