#594B38

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

Shades of Metallic Bronze #594B38

Tints of Metallic Bronze #594B38

Color information

#594B38 (or 0x594B38) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4B and 38. RGB value is (89,75,56). Sum of RGB (Red+Green+Blue) = 89+75+56=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #594B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B38 is #A6B4C7. Grayscale: #4D4D4D. Windows color (decimal): -10925256 or 3689305. OLE color: 3689305.

HSL color Cylindrical-coordinate representation of color #594B38: hue angle of 34.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #594B38 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB897556-
CMYK00.160.370.65
HSL34.55º22.76%28.43%-
HSV(B)34.55º37.08%34.9%-
XYZ7.357.444.79-
YUV77.02116.14136.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=40.45%
G=34.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89755600.160.370.6534.5522.7628.43
Hex594B38010254123171c
Octal1311137002045101432734
Binary1011001100101111100001000010010110000011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594B38; }

 p { color: rgb(89,75,56); }

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

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

 a { background-color: rgb(89,75,56); }

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

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

 span { border-color: rgb(89,75,56); }

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