Html Css Color HEX #585116 Bronze Olive

📋 copy color: '#585116'

red 88 ◦ green 81 ◦ blue 22

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

Shades of Bronze Olive #585116

Tints of Bronze Olive #585116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 46.07%
G = 42.41%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#585116 (or 0x585116) is known color: Bronze Olive. HEX triplet: 58, 51 and 16. RGB value is (88,81,22). Sum of RGB (Red+Green+Blue) = 88+81+22=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585116 is #A7AEE9. Grayscale: #4C4C4C. Windows color (decimal): -10989290 or 1462616. OLE color: 1462616.

HSL color Cylindrical-coordinate representation of color #585116: hue angle of 53.64º 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 #585116 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 22 -
CMYK 0 0.08 0.75 0.65
HSL 53.64º 0.6% 0.22% -
HSV(B) 53.64º 0.75% 0.35% -
XYZ 7.11 8.02 1.93 -
YUV 76.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 88 81 22 0 0.08 0.75 0.65 53.64 0.6 0.22
Hex 58 51 16 0 8 4B 41 36 3C 16
Octal 130 121 26 0 10 113 101 66 74 26
Binary 1011000 1010001 10110 0 1000 1001011 1000001 110110 111100 10110

Color Harmonies of #585116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585116

Black with #585116

Text Example


Text Example

White with #585116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585116; }

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

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

background-color css

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

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

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

border-color css

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

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

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