#58472E

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

Shades of Deep Bronze #58472E

Tints of Deep Bronze #58472E

Color information

#58472E (or 0x58472E) is unknown color: approx Deep Bronze. HEX triplet: 58, 47 and 2E. RGB value is (88,71,46). Sum of RGB (Red+Green+Blue) = 88+71+46=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58472E is #A7B8D1. Grayscale: #494949. Windows color (decimal): -10991826 or 3032920. OLE color: 3032920.

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

Color convert

RGB887146-
CMYK00.190.480.65
HSL35.71º31.34%26.27%-
HSV(B)35.71º47.73%34.51%-
XYZ6.776.783.54-
YUV73.23112.63138.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=42.93%
G=34.63%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88714600.190.480.6535.7131.3426.27
Hex58472E0133041241f1a
Octal1301075602360101443732
Binary1011000100011110111001001111000010000011001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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