Html Css Color HEX #585018 Bronze Olive

📋 copy color: '#585018'

red 88 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #585018

Tints of Bronze Olive #585018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

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

R = 45.83%
G = 41.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#585018 (or 0x585018) is known color: Bronze Olive. HEX triplet: 58, 50 and 18. RGB value is (88,80,24). Sum of RGB (Red+Green+Blue) = 88+80+24=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #585018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585018 is #A7AFE7. Grayscale: #4C4C4C. Windows color (decimal): -10989544 or 1593432. OLE color: 1593432.

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

Color convert

RGB 88 80 24 -
CMYK 0 0.09 0.73 0.65
HSL 52.5º 0.57% 0.22% -
HSV(B) 52.5º 0.73% 0.35% -
XYZ 7.06 7.88 2.01 -
YUV 76.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 88 80 24 0 0.09 0.73 0.65 52.5 0.57 0.22
Hex 58 50 18 0 9 49 41 34 39 16
Octal 130 120 30 0 11 111 101 64 71 26
Binary 1011000 1010000 11000 0 1001 1001001 1000001 110100 111001 10110

Color Harmonies of #585018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585018

Black with #585018

Text Example


Text Example

White with #585018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585018; }

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

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

background-color css

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

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

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

border-color css

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

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

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