#58452A

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

Shades of Deep Bronze #58452A

Tints of Deep Bronze #58452A

Color information

#58452A (or 0x58452A) is unknown color: approx Deep Bronze. HEX triplet: 58, 45 and 2A. RGB value is (88,69,42). Sum of RGB (Red+Green+Blue) = 88+69+42=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58452A is #A7BAD5. Grayscale: #474747. Windows color (decimal): -10992342 or 2770264. OLE color: 2770264.

HSL color Cylindrical-coordinate representation of color #58452A: hue angle of 35.22º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58452A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB886942-
CMYK00.220.520.65
HSL35.22º35.38%25.49%-
HSV(B)35.22º52.27%34.51%-
XYZ6.576.53.1-
YUV71.6111.29139.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=44.22%
G=34.67%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88694200.220.520.6535.2235.3825.49
Hex58452A0163441232319
Octal1301055202664101434331
Binary10110001000101101010010110110100100000110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58452A; }

 p { color: rgb(88,69,42); }

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

<style>
 a { background-color: #58452A; }

 a { background-color: rgb(88,69,42); }

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

<style>
 span { border-color: #58452A; }

 span { border-color: rgb(88,69,42); }

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