Html Css Color HEX #585113 Bronze Olive

📋 copy color: '#585113'

red 88 ◦ green 81 ◦ blue 19

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

Shades of Bronze Olive #585113

Tints of Bronze Olive #585113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 46.81%
G = 43.09%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#585113 (or 0x585113) is known color: Bronze Olive. HEX triplet: 58, 51 and 13. RGB value is (88,81,19). Sum of RGB (Red+Green+Blue) = 88+81+19=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #585113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585113 is #A7AEEC. Grayscale: #4C4C4C. Windows color (decimal): -10989293 or 1266008. OLE color: 1266008.

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

Color convert

RGB 88 81 19 -
CMYK 0 0.08 0.78 0.65
HSL 53.91º 0.64% 0.21% -
HSV(B) 53.91º 0.78% 0.35% -
XYZ 7.08 8.01 1.79 -
YUV 76.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 88 81 19 0 0.08 0.78 0.65 53.91 0.64 0.21
Hex 58 51 13 0 8 4E 41 36 40 15
Octal 130 121 23 0 10 116 101 66 100 25
Binary 1011000 1010001 10011 0 1000 1001110 1000001 110110 1000000 10101

Color Harmonies of #585113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585113

Black with #585113

Text Example


Text Example

White with #585113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585113; }

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

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

background-color css

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

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

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

border-color css

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

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

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