#584222

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

Shades of Deep Bronze #584222

Tints of Deep Bronze #584222

Color information

#584222 (or 0x584222) is unknown color: approx Deep Bronze. HEX triplet: 58, 42 and 22. RGB value is (88,66,34). Sum of RGB (Red+Green+Blue) = 88+66+34=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #584222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584222 is #A7BDDD. Grayscale: #454545. Windows color (decimal): -10993118 or 2245208. OLE color: 2245208.

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

Color convert

RGB886634-
CMYK00.250.610.65
HSL35.56º44.26%23.92%-
HSV(B)35.56º61.36%34.51%-
XYZ6.266.092.36-
YUV68.93108.29141.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 34 (13.67% from 255) = 18.09%
R=46.81%
G=35.11%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88663400.250.610.6535.5644.2623.92
Hex5842220193D41242c18
Octal1301024203175101445430
Binary10110001000010100010011001111101100000110010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584222; }

 p { color: rgb(88,66,34); }

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

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

 a { background-color: rgb(88,66,34); }

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

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

 span { border-color: rgb(88,66,34); }

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