Html Css Color HEX #585110 Bronze Olive

📋 copy color: '#585110'

red 88 ◦ green 81 ◦ blue 16

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

Shades of Bronze Olive #585110

Tints of Bronze Olive #585110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 47.57%
G = 43.78%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#585110 (or 0x585110) is known color: Bronze Olive. HEX triplet: 58, 51 and 10. RGB value is (88,81,16). Sum of RGB (Red+Green+Blue) = 88+81+16=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #585110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585110 is #A7AEEF. Grayscale: #4B4B4B. Windows color (decimal): -10989296 or 1069400. OLE color: 1069400.

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

Color convert

RGB 88 81 16 -
CMYK 0 0.08 0.82 0.65
HSL 54.17º 0.69% 0.2% -
HSV(B) 54.17º 0.82% 0.35% -
XYZ 7.06 8 1.66 -
YUV 75.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 88 81 16 0 0.08 0.82 0.65 54.17 0.69 0.2
Hex 58 51 10 0 8 52 41 36 45 14
Octal 130 121 20 0 10 122 101 66 105 24
Binary 1011000 1010001 10000 0 1000 1010010 1000001 110110 1000101 10100

Color Harmonies of #585110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585110

Black with #585110

Text Example


Text Example

White with #585110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585110; }

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

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

background-color css

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

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

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

border-color css

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

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

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