#58442F

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

Shades of Deep Bronze #58442F

Tints of Deep Bronze #58442F

Color information

#58442F (or 0x58442F) is unknown color: approx Deep Bronze. HEX triplet: 58, 44 and 2F. RGB value is (88,68,47). Sum of RGB (Red+Green+Blue) = 88+68+47=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58442F is #A7BBD0. Grayscale: #474747. Windows color (decimal): -10992593 or 3097688. OLE color: 3097688.

HSL color Cylindrical-coordinate representation of color #58442F: hue angle of 30.73º 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 #58442F is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB886847-
CMYK00.230.470.65
HSL30.73º30.37%26.47%-
HSV(B)30.73º46.59%34.51%-
XYZ6.66.413.58-
YUV71.59114.13139.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=43.35%
G=33.50%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88684700.230.470.6530.7330.3726.47
Hex58442F0172F411f1e1a
Octal1301045702757101373632
Binary101100010001001011110101111011111000001111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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