Html Css Color HEX #585215 Bronze Olive

📋 copy color: '#585215'

red 88 ◦ green 82 ◦ blue 21

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

Shades of Bronze Olive #585215

Tints of Bronze Olive #585215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

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

R = 46.07%
G = 42.93%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#585215 (or 0x585215) is known color: Bronze Olive. HEX triplet: 58, 52 and 15. RGB value is (88,82,21). Sum of RGB (Red+Green+Blue) = 88+82+21=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585215 is #A7ADEA. Grayscale: #4D4D4D. Windows color (decimal): -10989035 or 1397336. OLE color: 1397336.

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

Color convert

RGB 88 82 21 -
CMYK 0 0.07 0.76 0.65
HSL 54.63º 0.61% 0.21% -
HSV(B) 54.63º 0.76% 0.35% -
XYZ 7.18 8.16 1.91 -
YUV 76.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 88 82 21 0 0.07 0.76 0.65 54.63 0.61 0.21
Hex 58 52 15 0 7 4C 41 37 3D 15
Octal 130 122 25 0 7 114 101 67 75 25
Binary 1011000 1010010 10101 0 111 1001100 1000001 110111 111101 10101

Color Harmonies of #585215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585215

Black with #585215

Text Example


Text Example

White with #585215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585215; }

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

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

background-color css

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

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

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

border-color css

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

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

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