#58490C

Color #58490C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #58490C

Tints of Bronze Olive #58490C

Color information

#58490C (or 0x58490C) is unknown color: approx Bronze Olive. HEX triplet: 58, 49 and 0C. RGB value is (88,73,12). Sum of RGB (Red+Green+Blue) = 88+73+12=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58490C is #A7B6F3. Grayscale: #464646. Windows color (decimal): -10991348 or 805208. OLE color: 805208.

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

Color convert

RGB887312-
CMYK00.170.860.65
HSL48.16º76%19.61%-
HSV(B)48.16º86.36%34.51%-
XYZ6.476.871.33-
YUV70.5394.97140.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=50.87%
G=42.20%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88731200.170.860.6548.167619.61
Hex5849C0115641304c14
Octal130111140211261016011424
Binary10110001001001110001000110101101000001110000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58490C;
 }
 .AnyTagClassName
 {
   color: #58490C;
 }
</style>
background-color css

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

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

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

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

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

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