#584529

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

Shades of Deep Bronze #584529

Tints of Deep Bronze #584529

Color information

#584529 (or 0x584529) is unknown color: approx Deep Bronze. HEX triplet: 58, 45 and 29. RGB value is (88,69,41). Sum of RGB (Red+Green+Blue) = 88+69+41=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #584529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584529 is #A7BAD6. Grayscale: #474747. Windows color (decimal): -10992343 or 2704728. OLE color: 2704728.

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

Color convert

RGB886941-
CMYK00.220.530.65
HSL35.74º36.43%25.29%-
HSV(B)35.74º53.41%34.51%-
XYZ6.556.493.01-
YUV71.49110.79139.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=44.44%
G=34.85%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88694100.220.530.6535.7436.4325.29
Hex5845290163541242419
Octal1301055102665101444431
Binary10110001000101101001010110110101100000110010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584529; }

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

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

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

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

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

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

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

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