Html Css Color HEX #585210 Bronze Olive

📋 copy color: '#585210'

red 88 ◦ green 82 ◦ blue 16

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

Shades of Bronze Olive #585210

Tints of Bronze Olive #585210

RGB

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

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

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

R = 47.31%
G = 44.09%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#585210 (or 0x585210) is known color: Bronze Olive. HEX triplet: 58, 52 and 10. RGB value is (88,82,16). Sum of RGB (Red+Green+Blue) = 88+82+16=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #585210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585210 is #A7ADEF. Grayscale: #4C4C4C. Windows color (decimal): -10989040 or 1069656. OLE color: 1069656.

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

Color convert

RGB 88 82 16 -
CMYK 0 0.07 0.82 0.65
HSL 55º 0.69% 0.2% -
HSV(B) 55º 0.82% 0.35% -
XYZ 7.14 8.15 1.69 -
YUV 76.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 88 82 16 0 0.07 0.82 0.65 55 0.69 0.2
Hex 58 52 10 0 7 52 41 37 45 14
Octal 130 122 20 0 7 122 101 67 105 24
Binary 1011000 1010010 10000 0 111 1010010 1000001 110111 1000101 10100

Color Harmonies of #585210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585210

Black with #585210

Text Example


Text Example

White with #585210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585210; }

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

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

background-color css

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

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

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

border-color css

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

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

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