Html Css Color HEX #585223 Bronze Olive

📋 copy color: '#585223'

red 88 ◦ green 82 ◦ blue 35

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

Shades of Bronze Olive #585223

Tints of Bronze Olive #585223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 42.93%
G = 40%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#585223 (or 0x585223) is known color: Bronze Olive. HEX triplet: 58, 52 and 23. RGB value is (88,82,35). Sum of RGB (Red+Green+Blue) = 88+82+35=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #585223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585223 is #A7ADDC. Grayscale: #4E4E4E. Windows color (decimal): -10989021 or 2314840. OLE color: 2314840.

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

Color convert

RGB 88 82 35 -
CMYK 0 0.07 0.60 0.65
HSL 53.21º 0.43% 0.24% -
HSV(B) 53.21º 0.6% 0.35% -
XYZ 7.35 8.23 2.79 -
YUV 78.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 88 82 35 0 0.07 0.60 0.65 53.21 0.43 0.24
Hex 58 52 23 0 7 3C 41 35 2B 18
Octal 130 122 43 0 7 74 101 65 53 30
Binary 1011000 1010010 100011 0 111 111100 1000001 110101 101011 11000

Color Harmonies of #585223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585223

Black with #585223

Text Example


Text Example

White with #585223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585223; }

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

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

background-color css

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

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

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

border-color css

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

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

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