Html Css Color HEX #585126 Bronze Olive

📋 copy color: '#585126'

red 88 ◦ green 81 ◦ blue 38

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

Shades of Bronze Olive #585126

Tints of Bronze Olive #585126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 42.51%
G = 39.13%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#585126 (or 0x585126) is known color: Bronze Olive. HEX triplet: 58, 51 and 26. RGB value is (88,81,38). Sum of RGB (Red+Green+Blue) = 88+81+38=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #585126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585126 is #A7AED9. Grayscale: #4E4E4E. Windows color (decimal): -10989274 or 2511192. OLE color: 2511192.

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

Color convert

RGB 88 81 38 -
CMYK 0 0.08 0.57 0.65
HSL 51.6º 0.4% 0.25% -
HSV(B) 51.6º 0.57% 0.35% -
XYZ 7.32 8.1 3.01 -
YUV 78.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 88 81 38 0 0.08 0.57 0.65 51.6 0.4 0.25
Hex 58 51 26 0 8 39 41 34 28 19
Octal 130 121 46 0 10 71 101 64 50 31
Binary 1011000 1010001 100110 0 1000 111001 1000001 110100 101000 11001

Color Harmonies of #585126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585126

Black with #585126

Text Example


Text Example

White with #585126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585126; }

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

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

background-color css

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

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

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

border-color css

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

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

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