Html Css Color HEX #58491C Bronze Olive

📋 copy color: '#58491C'

red 88 ◦ green 73 ◦ blue 28

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

Shades of Bronze Olive #58491C

Tints of Bronze Olive #58491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 46.56%
G = 38.62%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58491C (or 0x58491C) is known color: Bronze Olive. HEX triplet: 58, 49 and 1C. RGB value is (88,73,28). Sum of RGB (Red+Green+Blue) = 88+73+28=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #58491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58491C is #A7B6E3. Grayscale: #484848. Windows color (decimal): -10991332 or 1853784. OLE color: 1853784.

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

Color convert

RGB 88 73 28 -
CMYK 0 0.17 0.68 0.65
HSL 45º 0.52% 0.23% -
HSV(B) 45º 0.68% 0.35% -
XYZ 6.62 6.92 2.09 -
YUV 72.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 88 73 28 0 0.17 0.68 0.65 45 0.52 0.23
Hex 58 49 1C 0 11 44 41 2D 34 17
Octal 130 111 34 0 21 104 101 55 64 27
Binary 1011000 1001001 11100 0 10001 1000100 1000001 101101 110100 10111

Color Harmonies of #58491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58491C

Black with #58491C

Text Example


Text Example

White with #58491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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