Html Css Color HEX #585220 Bronze Olive

📋 copy color: '#585220'

red 88 ◦ green 82 ◦ blue 32

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

Shades of Bronze Olive #585220

Tints of Bronze Olive #585220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 43.56%
G = 40.59%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#585220 (or 0x585220) is known color: Bronze Olive. HEX triplet: 58, 52 and 20. RGB value is (88,82,32). Sum of RGB (Red+Green+Blue) = 88+82+32=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #585220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585220 is #A7ADDF. Grayscale: #4E4E4E. Windows color (decimal): -10989024 or 2118232. OLE color: 2118232.

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

Color convert

RGB 88 82 32 -
CMYK 0 0.07 0.64 0.65
HSL 53.57º 0.47% 0.24% -
HSV(B) 53.57º 0.64% 0.35% -
XYZ 7.3 8.21 2.57 -
YUV 78.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 88 82 32 0 0.07 0.64 0.65 53.57 0.47 0.24
Hex 58 52 20 0 7 40 41 36 2F 18
Octal 130 122 40 0 7 100 101 66 57 30
Binary 1011000 1010010 100000 0 111 1000000 1000001 110110 101111 11000

Color Harmonies of #585220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585220

Black with #585220

Text Example


Text Example

White with #585220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585220; }

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

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

background-color css

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

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

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

border-color css

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

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

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