#584221

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

Shades of Deep Bronze #584221

Tints of Deep Bronze #584221

Color information

#584221 (or 0x584221) is unknown color: approx Deep Bronze. HEX triplet: 58, 42 and 21. RGB value is (88,66,33). Sum of RGB (Red+Green+Blue) = 88+66+33=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #584221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584221 is #A7BDDE. Grayscale: #444444. Windows color (decimal): -10993119 or 2179672. OLE color: 2179672.

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

Color convert

RGB886633-
CMYK00.250.620.65
HSL36º45.45%23.73%-
HSV(B)36º62.5%34.51%-
XYZ6.256.082.28-
YUV68.82107.79141.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=47.06%
G=35.29%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88663300.250.620.653645.4523.73
Hex5842210193E41242d18
Octal1301024103176101445530
Binary10110001000010100001011001111110100000110010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584221; }

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

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

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

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

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

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

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

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