#594629

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

Shades of Deep Bronze #594629

Tints of Deep Bronze #594629

Color information

#594629 (or 0x594629) is unknown color: approx Deep Bronze. HEX triplet: 59, 46 and 29. RGB value is (89,70,41). Sum of RGB (Red+Green+Blue) = 89+70+41=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #594629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594629 is #A6B9D6. Grayscale: #484848. Windows color (decimal): -10926551 or 2704985. OLE color: 2704985.

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

Color convert

RGB897041-
CMYK00.210.540.65
HSL36.25º36.92%25.49%-
HSV(B)36.25º53.93%34.9%-
XYZ6.716.663.03-
YUV72.38110.29139.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=44.5%
G=35%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89704100.210.540.6536.2536.9225.49
Hex5946290153641242519
Octal1311065102566101444531
Binary10110011000110101001010101110110100000110010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594629; }

 p { color: rgb(89,70,41); }

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

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

 a { background-color: rgb(89,70,41); }

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

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

 span { border-color: rgb(89,70,41); }

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