#58442B

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

Shades of Deep Bronze #58442B

Tints of Deep Bronze #58442B

Color information

#58442B (or 0x58442B) is unknown color: approx Deep Bronze. HEX triplet: 58, 44 and 2B. RGB value is (88,68,43). Sum of RGB (Red+Green+Blue) = 88+68+43=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58442B is #A7BBD4. Grayscale: #474747. Windows color (decimal): -10992597 or 2835544. OLE color: 2835544.

HSL color Cylindrical-coordinate representation of color #58442B: hue angle of 33.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58442B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB886843-
CMYK00.230.510.65
HSL33.33º34.35%25.69%-
HSV(B)33.33º51.14%34.51%-
XYZ6.536.383.17-
YUV71.13112.13140.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=44.22%
G=34.17%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88684300.230.510.6533.3334.3525.69
Hex58442B017334121221a
Octal1301045302763101414232
Binary10110001000100101011010111110011100000110000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58442B; }

 p { color: rgb(88,68,43); }

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

<style>
 a { background-color: #58442B; }

 a { background-color: rgb(88,68,43); }

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

<style>
 span { border-color: #58442B; }

 span { border-color: rgb(88,68,43); }

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