Html Css Color HEX #585019 Bronze Olive

📋 copy color: '#585019'

red 88 ◦ green 80 ◦ blue 25

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

Shades of Bronze Olive #585019

Tints of Bronze Olive #585019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.45%

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

R = 45.6%
G = 41.45%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#585019 (or 0x585019) is known color: Bronze Olive. HEX triplet: 58, 50 and 19. RGB value is (88,80,25). Sum of RGB (Red+Green+Blue) = 88+80+25=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585019 is #A7AFE6. Grayscale: #4C4C4C. Windows color (decimal): -10989543 or 1658968. OLE color: 1658968.

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

Color convert

RGB 88 80 25 -
CMYK 0 0.09 0.72 0.65
HSL 52.38º 0.56% 0.22% -
HSV(B) 52.38º 0.72% 0.35% -
XYZ 7.07 7.88 2.07 -
YUV 76.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 88 80 25 0 0.09 0.72 0.65 52.38 0.56 0.22
Hex 58 50 19 0 9 48 41 34 38 16
Octal 130 120 31 0 11 110 101 64 70 26
Binary 1011000 1010000 11001 0 1001 1001000 1000001 110100 111000 10110

Color Harmonies of #585019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585019

Black with #585019

Text Example


Text Example

White with #585019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585019; }

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

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

background-color css

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

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

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

border-color css

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

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

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