Html Css Color HEX #58491D Bronze Olive

📋 copy color: '#58491D'

red 88 ◦ green 73 ◦ blue 29

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

Shades of Bronze Olive #58491D

Tints of Bronze Olive #58491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 46.32%
G = 38.42%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58491D (or 0x58491D) is known color: Bronze Olive. HEX triplet: 58, 49 and 1D. RGB value is (88,73,29). Sum of RGB (Red+Green+Blue) = 88+73+29=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58491D is #A7B6E2. Grayscale: #484848. Windows color (decimal): -10991331 or 1919320. OLE color: 1919320.

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

Color convert

RGB 88 73 29 -
CMYK 0 0.17 0.67 0.65
HSL 44.75º 0.5% 0.23% -
HSV(B) 44.75º 0.67% 0.35% -
XYZ 6.63 6.93 2.15 -
YUV 72.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 88 73 29 0 0.17 0.67 0.65 44.75 0.5 0.23
Hex 58 49 1D 0 11 43 41 2D 32 17
Octal 130 111 35 0 21 103 101 55 62 27
Binary 1011000 1001001 11101 0 10001 1000011 1000001 101101 110010 10111

Color Harmonies of #58491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58491D

Black with #58491D

Text Example


Text Example

White with #58491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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