#58432A

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

Shades of Deep Bronze #58432A

Tints of Deep Bronze #58432A

Color information

#58432A (or 0x58432A) is unknown color: approx Deep Bronze. HEX triplet: 58, 43 and 2A. RGB value is (88,67,42). Sum of RGB (Red+Green+Blue) = 88+67+42=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58432A is #A7BCD5. Grayscale: #464646. Windows color (decimal): -10992854 or 2769752. OLE color: 2769752.

HSL color Cylindrical-coordinate representation of color #58432A: hue angle of 32.61º 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 #58432A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB886742-
CMYK00.240.520.65
HSL32.61º35.38%25.49%-
HSV(B)32.61º52.27%34.51%-
XYZ6.456.263.06-
YUV70.43111.96140.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=44.67%
G=34.01%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88674200.240.520.6532.6135.3825.49
Hex58432A0183441212319
Octal1301035203064101414331
Binary10110001000011101010011000110100100000110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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