Html Css Color HEX #585419 Bronze Olive

📋 copy color: '#585419'

red 88 ◦ green 84 ◦ blue 25

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

Shades of Bronze Olive #585419

Tints of Bronze Olive #585419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

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

R = 44.67%
G = 42.64%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#585419 (or 0x585419) is known color: Bronze Olive. HEX triplet: 58, 54 and 19. RGB value is (88,84,25). Sum of RGB (Red+Green+Blue) = 88+84+25=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #585419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585419 is #A7ABE6. Grayscale: #4E4E4E. Windows color (decimal): -10988519 or 1659992. OLE color: 1659992.

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

Color convert

RGB 88 84 25 -
CMYK 0 0.05 0.72 0.65
HSL 56.19º 0.56% 0.22% -
HSV(B) 56.19º 0.72% 0.35% -
XYZ 7.37 8.49 2.17 -
YUV 78.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 88 84 25 0 0.05 0.72 0.65 56.19 0.56 0.22
Hex 58 54 19 0 5 48 41 38 38 16
Octal 130 124 31 0 5 110 101 70 70 26
Binary 1011000 1010100 11001 0 101 1001000 1000001 111000 111000 10110

Color Harmonies of #585419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585419

Black with #585419

Text Example


Text Example

White with #585419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585419; }

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

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

background-color css

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

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

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

border-color css

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

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

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