Html Css Color HEX #58491F Bronze Olive

📋 copy color: '#58491F'

red 88 ◦ green 73 ◦ blue 31

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

Shades of Bronze Olive #58491F

Tints of Bronze Olive #58491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 45.83%
G = 38.02%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58491F (or 0x58491F) is known color: Bronze Olive. HEX triplet: 58, 49 and 1F. RGB value is (88,73,31). Sum of RGB (Red+Green+Blue) = 88+73+31=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #58491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58491F is #A7B6E0. Grayscale: #484848. Windows color (decimal): -10991329 or 2050392. OLE color: 2050392.

HSL color Cylindrical-coordinate representation of color #58491F: hue angle of 44.21º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58491F is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 73 31 -
CMYK 0 0.17 0.65 0.65
HSL 44.21º 0.48% 0.23% -
HSV(B) 44.21º 0.65% 0.35% -
XYZ 6.65 6.94 2.28 -
YUV 72.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 88 73 31 0 0.17 0.65 0.65 44.21 0.48 0.23
Hex 58 49 1F 0 11 41 41 2C 30 17
Octal 130 111 37 0 21 101 101 54 60 27
Binary 1011000 1001001 11111 0 10001 1000001 1000001 101100 110000 10111

Color Harmonies of #58491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58491F

Black with #58491F

Text Example


Text Example

White with #58491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58491F; }

 p { color: rgb(88,73,31); }

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

background-color css

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

 a { background-color: rgb(88,73,31); }

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

border-color css

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

 span { border-color: rgb(88,73,31); }

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