Html Css Color HEX #585118 Bronze Olive

📋 copy color: '#585118'

red 88 ◦ green 81 ◦ blue 24

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

Shades of Bronze Olive #585118

Tints of Bronze Olive #585118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 45.6%
G = 41.97%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#585118 (or 0x585118) is known color: Bronze Olive. HEX triplet: 58, 51 and 18. RGB value is (88,81,24). Sum of RGB (Red+Green+Blue) = 88+81+24=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585118 is #A7AEE7. Grayscale: #4C4C4C. Windows color (decimal): -10989288 or 1593688. OLE color: 1593688.

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

Color convert

RGB 88 81 24 -
CMYK 0 0.08 0.73 0.65
HSL 53.44º 0.57% 0.22% -
HSV(B) 53.44º 0.73% 0.35% -
XYZ 7.13 8.03 2.04 -
YUV 76.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 88 81 24 0 0.08 0.73 0.65 53.44 0.57 0.22
Hex 58 51 18 0 8 49 41 35 39 16
Octal 130 121 30 0 10 111 101 65 71 26
Binary 1011000 1010001 11000 0 1000 1001001 1000001 110101 111001 10110

Color Harmonies of #585118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585118

Black with #585118

Text Example


Text Example

White with #585118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585118; }

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

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

background-color css

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

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

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

border-color css

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

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

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