#584430

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

Shades of Deep Bronze #584430

Tints of Deep Bronze #584430

Color information

#584430 (or 0x584430) is unknown color: approx Deep Bronze. HEX triplet: 58, 44 and 30. RGB value is (88,68,48). Sum of RGB (Red+Green+Blue) = 88+68+48=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #584430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584430 is #A7BBCF. Grayscale: #474747. Windows color (decimal): -10992592 or 3163224. OLE color: 3163224.

HSL color Cylindrical-coordinate representation of color #584430: hue angle of 30º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584430 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB886848-
CMYK00.230.450.65
HSL30º29.41%26.67%-
HSV(B)30º45.45%34.51%-
XYZ6.636.423.69-
YUV71.7114.63139.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=43.14%
G=33.33%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88684800.230.450.653029.4126.67
Hex5844300172D411e1d1b
Octal1301046002755101363533
Binary101100010001001100000101111011011000001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584430; }

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

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

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

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

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

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

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

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