#58472F

Color #58472F Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #58472F

Tints of Deep Bronze #58472F

Color information

#58472F (or 0x58472F) is unknown color: approx Deep Bronze. HEX triplet: 58, 47 and 2F. RGB value is (88,71,47). Sum of RGB (Red+Green+Blue) = 88+71+47=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58472F is #A7B8D0. Grayscale: #494949. Windows color (decimal): -10991825 or 3098456. OLE color: 3098456.

HSL color Cylindrical-coordinate representation of color #58472F: hue angle of 35.12º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58472F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB887147-
CMYK00.190.470.65
HSL35.12º30.37%26.47%-
HSV(B)35.12º46.59%34.51%-
XYZ6.796.793.64-
YUV73.35113.13138.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=42.72%
G=34.47%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88714700.190.470.6535.1230.3726.47
Hex58472F0132F41231e1a
Octal1301075702357101433632
Binary1011000100011110111101001110111110000011000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,71,47); }

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

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

 a { background-color: rgb(88,71,47); }

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

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

 span { border-color: rgb(88,71,47); }

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