#594427

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

Shades of Deep Bronze #594427

Tints of Deep Bronze #594427

Color information

#594427 (or 0x594427) is unknown color: approx Deep Bronze. HEX triplet: 59, 44 and 27. RGB value is (89,68,39). Sum of RGB (Red+Green+Blue) = 89+68+39=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #594427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594427 is #A6BBD8. Grayscale: #474747. Windows color (decimal): -10927065 or 2573401. OLE color: 2573401.

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

Color convert

RGB896839-
CMYK00.240.560.65
HSL34.8º39.06%25.1%-
HSV(B)34.8º56.18%34.9%-
XYZ6.556.42.81-
YUV70.97109.96140.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=45.41%
G=34.69%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89683900.240.560.6534.839.0625.1
Hex5944270183841232719
Octal1311044703070101434731
Binary10110011000100100111011000111000100000110001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594427; }

 p { color: rgb(89,68,39); }

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

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

 a { background-color: rgb(89,68,39); }

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

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

 span { border-color: rgb(89,68,39); }

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