Html Css Color HEX #585221 Bronze Olive

📋 copy color: '#585221'

red 88 ◦ green 82 ◦ blue 33

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

Shades of Bronze Olive #585221

Tints of Bronze Olive #585221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 43.35%
G = 40.39%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#585221 (or 0x585221) is known color: Bronze Olive. HEX triplet: 58, 52 and 21. RGB value is (88,82,33). Sum of RGB (Red+Green+Blue) = 88+82+33=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #585221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585221 is #A7ADDE. Grayscale: #4E4E4E. Windows color (decimal): -10989023 or 2183768. OLE color: 2183768.

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

Color convert

RGB 88 82 33 -
CMYK 0 0.07 0.62 0.65
HSL 53.45º 0.45% 0.24% -
HSV(B) 53.45º 0.63% 0.35% -
XYZ 7.32 8.22 2.64 -
YUV 78.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 88 82 33 0 0.07 0.62 0.65 53.45 0.45 0.24
Hex 58 52 21 0 7 3E 41 35 2D 18
Octal 130 122 41 0 7 76 101 65 55 30
Binary 1011000 1010010 100001 0 111 111110 1000001 110101 101101 11000

Color Harmonies of #585221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585221

Black with #585221

Text Example


Text Example

White with #585221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585221; }

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

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

background-color css

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

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

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

border-color css

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

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

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