Html Css Color HEX #585125 Bronze Olive

📋 copy color: '#585125'

red 88 ◦ green 81 ◦ blue 37

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

Shades of Bronze Olive #585125

Tints of Bronze Olive #585125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

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

R = 42.72%
G = 39.32%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#585125 (or 0x585125) is known color: Bronze Olive. HEX triplet: 58, 51 and 25. RGB value is (88,81,37). Sum of RGB (Red+Green+Blue) = 88+81+37=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #585125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585125 is #A7AEDA. Grayscale: #4E4E4E. Windows color (decimal): -10989275 or 2445656. OLE color: 2445656.

HSL color Cylindrical-coordinate representation of color #585125: hue angle of 51.76º 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 #585125 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 37 -
CMYK 0 0.08 0.58 0.65
HSL 51.76º 0.41% 0.25% -
HSV(B) 51.76º 0.58% 0.35% -
XYZ 7.3 8.09 2.93 -
YUV 78.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 88 81 37 0 0.08 0.58 0.65 51.76 0.41 0.25
Hex 58 51 25 0 8 3A 41 34 29 19
Octal 130 121 45 0 10 72 101 64 51 31
Binary 1011000 1010001 100101 0 1000 111010 1000001 110100 101001 11001

Color Harmonies of #585125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585125

Black with #585125

Text Example


Text Example

White with #585125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585125; }

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

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

background-color css

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

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

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

border-color css

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

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

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