#58480C

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

Shades of Bronze Olive #58480C

Tints of Bronze Olive #58480C

Color information

#58480C (or 0x58480C) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 0C. RGB value is (88,72,12). Sum of RGB (Red+Green+Blue) = 88+72+12=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58480C is #A7B7F3. Grayscale: #464646. Windows color (decimal): -10991604 or 804952. OLE color: 804952.

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

Color convert

RGB887212-
CMYK00.180.860.65
HSL47.37º76%19.61%-
HSV(B)47.37º86.36%34.51%-
XYZ6.416.741.31-
YUV69.9495.3140.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=51.16%
G=41.86%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88721200.180.860.6547.377619.61
Hex5848C01256412f4c14
Octal130110140221261015711424
Binary10110001001000110001001010101101000001101111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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