#594229

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

Shades of Deep Bronze #594229

Tints of Deep Bronze #594229

Color information

#594229 (or 0x594229) is unknown color: approx Deep Bronze. HEX triplet: 59, 42 and 29. RGB value is (89,66,41). Sum of RGB (Red+Green+Blue) = 89+66+41=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #594229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594229 is #A6BDD6. Grayscale: #464646. Windows color (decimal): -10927575 or 2703961. OLE color: 2703961.

HSL color Cylindrical-coordinate representation of color #594229: hue angle of 31.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 #594229 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB896641-
CMYK00.260.540.65
HSL31.25º36.92%25.49%-
HSV(B)31.25º53.93%34.9%-
XYZ6.476.182.95-
YUV70.03111.62141.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=45.41%
G=33.67%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89664100.260.540.6531.2536.9225.49
Hex59422901A36411f2519
Octal1311025103266101374531
Binary1011001100001010100101101011011010000011111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594229; }

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

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

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

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

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

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

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

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