Html Css Color HEX #58490F Bronze Olive

📋 copy color: '#58490F'

red 88 ◦ green 73 ◦ blue 15

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

Shades of Bronze Olive #58490F

Tints of Bronze Olive #58490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 50%
G = 41.48%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58490F (or 0x58490F) is known color: Bronze Olive. HEX triplet: 58, 49 and 0F. RGB value is (88,73,15). Sum of RGB (Red+Green+Blue) = 88+73+15=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #58490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58490F is #A7B6F0. Grayscale: #474747. Windows color (decimal): -10991345 or 1001816. OLE color: 1001816.

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

Color convert

RGB 88 73 15 -
CMYK 0 0.17 0.83 0.65
HSL 47.67º 0.71% 0.2% -
HSV(B) 47.67º 0.83% 0.35% -
XYZ 6.49 6.87 1.44 -
YUV 70.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 88 73 15 0 0.17 0.83 0.65 47.67 0.71 0.2
Hex 58 49 F 0 11 53 41 30 47 14
Octal 130 111 17 0 21 123 101 60 107 24
Binary 1011000 1001001 1111 0 10001 1010011 1000001 110000 1000111 10100

Color Harmonies of #58490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58490F

Black with #58490F

Text Example


Text Example

White with #58490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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