#594B35

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

Shades of Metallic Bronze #594B35

Tints of Metallic Bronze #594B35

Color information

#594B35 (or 0x594B35) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4B and 35. RGB value is (89,75,53). Sum of RGB (Red+Green+Blue) = 89+75+53=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #594B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B35 is #A6B4CA. Grayscale: #4C4C4C. Windows color (decimal): -10925259 or 3492697. OLE color: 3492697.

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

Color convert

RGB897553-
CMYK00.160.400.65
HSL36.67º25.35%27.84%-
HSV(B)36.67º40.45%34.9%-
XYZ7.287.414.42-
YUV76.68114.64136.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=41.01%
G=34.56%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89755300.160.400.6536.6725.3527.84
Hex594B35010284125191c
Octal1311136502050101453134
Binary1011001100101111010101000010100010000011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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