Html Css Color HEX #585225 Bronze Olive

📋 copy color: '#585225'

red 88 ◦ green 82 ◦ blue 37

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

Shades of Bronze Olive #585225

Tints of Bronze Olive #585225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 42.51%
G = 39.61%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#585225 (or 0x585225) is known color: Bronze Olive. HEX triplet: 58, 52 and 25. RGB value is (88,82,37). Sum of RGB (Red+Green+Blue) = 88+82+37=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #585225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585225 is #A7ADDA. Grayscale: #4E4E4E. Windows color (decimal): -10989019 or 2445912. OLE color: 2445912.

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

Color convert

RGB 88 82 37 -
CMYK 0 0.07 0.58 0.65
HSL 52.94º 0.41% 0.25% -
HSV(B) 52.94º 0.58% 0.35% -
XYZ 7.38 8.24 2.95 -
YUV 78.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 88 82 37 0 0.07 0.58 0.65 52.94 0.41 0.25
Hex 58 52 25 0 7 3A 41 35 29 19
Octal 130 122 45 0 7 72 101 65 51 31
Binary 1011000 1010010 100101 0 111 111010 1000001 110101 101001 11001

Color Harmonies of #585225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585225

Black with #585225

Text Example


Text Example

White with #585225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585225; }

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

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

background-color css

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

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

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

border-color css

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

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

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