Html Css Color HEX #585119 Bronze Olive

📋 copy color: '#585119'

red 88 ◦ green 81 ◦ blue 25

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

Shades of Bronze Olive #585119

Tints of Bronze Olive #585119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 45.36%
G = 41.75%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#585119 (or 0x585119) is known color: Bronze Olive. HEX triplet: 58, 51 and 19. RGB value is (88,81,25). Sum of RGB (Red+Green+Blue) = 88+81+25=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #585119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585119 is #A7AEE6. Grayscale: #4C4C4C. Windows color (decimal): -10989287 or 1659224. OLE color: 1659224.

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

Color convert

RGB 88 81 25 -
CMYK 0 0.08 0.72 0.65
HSL 53.33º 0.56% 0.22% -
HSV(B) 53.33º 0.72% 0.35% -
XYZ 7.14 8.03 2.09 -
YUV 76.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 88 81 25 0 0.08 0.72 0.65 53.33 0.56 0.22
Hex 58 51 19 0 8 48 41 35 38 16
Octal 130 121 31 0 10 110 101 65 70 26
Binary 1011000 1010001 11001 0 1000 1001000 1000001 110101 111000 10110

Color Harmonies of #585119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585119

Black with #585119

Text Example


Text Example

White with #585119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585119; }

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

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

background-color css

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

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

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

border-color css

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

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

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