#584325

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

Shades of Deep Bronze #584325

Tints of Deep Bronze #584325

Color information

#584325 (or 0x584325) is unknown color: approx Deep Bronze. HEX triplet: 58, 43 and 25. RGB value is (88,67,37). Sum of RGB (Red+Green+Blue) = 88+67+37=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #584325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584325 is #A7BCDA. Grayscale: #464646. Windows color (decimal): -10992859 or 2442072. OLE color: 2442072.

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

Color convert

RGB886737-
CMYK00.240.580.65
HSL35.29º40.8%24.51%-
HSV(B)35.29º57.95%34.51%-
XYZ6.376.222.62-
YUV69.86109.46140.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=45.83%
G=34.90%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88673700.240.580.6535.2940.824.51
Hex5843250183A41232919
Octal1301034503072101435131
Binary10110001000011100101011000111010100000110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584325; }

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

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

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

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

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

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

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

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