#58481C

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

Shades of Bronze Olive #58481C

Tints of Bronze Olive #58481C

Color information

#58481C (or 0x58481C) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 1C. RGB value is (88,72,28). Sum of RGB (Red+Green+Blue) = 88+72+28=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58481C is #A7B7E3. Grayscale: #474747. Windows color (decimal): -10991588 or 1853528. OLE color: 1853528.

HSL color Cylindrical-coordinate representation of color #58481C: hue angle of 44º 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 #58481C is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB887228-
CMYK00.180.680.65
HSL44º51.72%22.75%-
HSV(B)44º68.18%34.51%-
XYZ6.556.792.06-
YUV71.77103.3139.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=46.81%
G=38.30%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88722800.180.680.654451.7222.75
Hex58481C01244412c3417
Octal13011034022104101546427
Binary10110001001000111000100101000100100000110110011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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