Html Css Color HEX #585127 Bronze Olive

📋 copy color: '#585127'

red 88 ◦ green 81 ◦ blue 39

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

Shades of Bronze Olive #585127

Tints of Bronze Olive #585127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 42.31%
G = 38.94%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#585127 (or 0x585127) is known color: Bronze Olive. HEX triplet: 58, 51 and 27. RGB value is (88,81,39). Sum of RGB (Red+Green+Blue) = 88+81+39=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #585127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585127 is #A7AED8. Grayscale: #4E4E4E. Windows color (decimal): -10989273 or 2576728. OLE color: 2576728.

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

Color convert

RGB 88 81 39 -
CMYK 0 0.08 0.56 0.65
HSL 51.43º 0.39% 0.25% -
HSV(B) 51.43º 0.56% 0.35% -
XYZ 7.33 8.11 3.1 -
YUV 78.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 88 81 39 0 0.08 0.56 0.65 51.43 0.39 0.25
Hex 58 51 27 0 8 38 41 33 27 19
Octal 130 121 47 0 10 70 101 63 47 31
Binary 1011000 1010001 100111 0 1000 111000 1000001 110011 100111 11001

Color Harmonies of #585127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585127

Black with #585127

Text Example


Text Example

White with #585127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585127; }

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

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

background-color css

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

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

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

border-color css

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

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

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