#584328

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

Shades of Deep Bronze #584328

Tints of Deep Bronze #584328

Color information

#584328 (or 0x584328) is unknown color: approx Deep Bronze. HEX triplet: 58, 43 and 28. RGB value is (88,67,40). Sum of RGB (Red+Green+Blue) = 88+67+40=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #584328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584328 is #A7BCD7. Grayscale: #464646. Windows color (decimal): -10992856 or 2638680. OLE color: 2638680.

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

Color convert

RGB886740-
CMYK00.240.550.65
HSL33.75º37.5%25.1%-
HSV(B)33.75º54.55%34.51%-
XYZ6.416.242.87-
YUV70.2110.96140.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 40 (16.02% from 255) = 20.51%
R=45.13%
G=34.36%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88674000.240.550.6533.7537.525.1
Hex5843280183741222619
Octal1301035003067101424631
Binary10110001000011101000011000110111100000110001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584328; }

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

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

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

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

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

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

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

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