#584531

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

Shades of Deep Bronze #584531

Tints of Deep Bronze #584531

Color information

#584531 (or 0x584531) is unknown color: approx Deep Bronze. HEX triplet: 58, 45 and 31. RGB value is (88,69,49). Sum of RGB (Red+Green+Blue) = 88+69+49=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #584531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584531 is #A7BACE. Grayscale: #484848. Windows color (decimal): -10992335 or 3229016. OLE color: 3229016.

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

Color convert

RGB886949-
CMYK00.220.440.65
HSL30.77º28.47%26.86%-
HSV(B)30.77º44.32%34.51%-
XYZ6.716.553.82-
YUV72.4114.79139.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=42.72%
G=33.50%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88694900.220.440.6530.7728.4726.86
Hex5845310162C411f1c1b
Octal1301056102654101373433
Binary101100010001011100010101101011001000001111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584531; }

 p { color: rgb(88,69,49); }

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

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

 a { background-color: rgb(88,69,49); }

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

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

 span { border-color: rgb(88,69,49); }

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