Html Css Color HEX #585211 Bronze Olive

📋 copy color: '#585211'

red 88 ◦ green 82 ◦ blue 17

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

Shades of Bronze Olive #585211

Tints of Bronze Olive #585211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 47.06%
G = 43.85%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#585211 (or 0x585211) is known color: Bronze Olive. HEX triplet: 58, 52 and 11. RGB value is (88,82,17). Sum of RGB (Red+Green+Blue) = 88+82+17=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #585211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585211 is #A7ADEE. Grayscale: #4C4C4C. Windows color (decimal): -10989039 or 1135192. OLE color: 1135192.

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

Color convert

RGB 88 82 17 -
CMYK 0 0.07 0.81 0.65
HSL 54.93º 0.68% 0.21% -
HSV(B) 54.93º 0.81% 0.35% -
XYZ 7.14 8.15 1.73 -
YUV 76.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 88 82 17 0 0.07 0.81 0.65 54.93 0.68 0.21
Hex 58 52 11 0 7 51 41 37 44 15
Octal 130 122 21 0 7 121 101 67 104 25
Binary 1011000 1010010 10001 0 111 1010001 1000001 110111 1000100 10101

Color Harmonies of #585211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585211

Black with #585211

Text Example


Text Example

White with #585211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585211; }

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

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

background-color css

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

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

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

border-color css

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

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

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