Html Css Color HEX #585015 Bronze Olive

📋 copy color: '#585015'

red 88 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #585015

Tints of Bronze Olive #585015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 46.56%
G = 42.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#585015 (or 0x585015) is known color: Bronze Olive. HEX triplet: 58, 50 and 15. RGB value is (88,80,21). Sum of RGB (Red+Green+Blue) = 88+80+21=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #585015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585015 is #A7AFEA. Grayscale: #4B4B4B. Windows color (decimal): -10989547 or 1396824. OLE color: 1396824.

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

Color convert

RGB 88 80 21 -
CMYK 0 0.09 0.76 0.65
HSL 52.84º 0.61% 0.21% -
HSV(B) 52.84º 0.76% 0.35% -
XYZ 7.03 7.87 1.86 -
YUV 75.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 88 80 21 0 0.09 0.76 0.65 52.84 0.61 0.21
Hex 58 50 15 0 9 4C 41 35 3D 15
Octal 130 120 25 0 11 114 101 65 75 25
Binary 1011000 1010000 10101 0 1001 1001100 1000001 110101 111101 10101

Color Harmonies of #585015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585015

Black with #585015

Text Example


Text Example

White with #585015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585015; }

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

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

background-color css

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

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

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

border-color css

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

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

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