#594645

Color #594645 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #594645

Tints of Woody Brown #594645

Color information

#594645 (or 0x594645) is unknown color: approx Woody Brown. HEX triplet: 59, 46 and 45. RGB value is (89,70,69). Sum of RGB (Red+Green+Blue) = 89+70+69=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594645 is #A6B9BA. Grayscale: #4B4B4B. Windows color (decimal): -10926523 or 4539993. OLE color: 4539993.

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

Color convert

RGB897069-
CMYK00.210.220.65
HSL12.66%30.98%-
HSV(B)22.47%34.9%-
XYZ7.386.936.58-
YUV75.57124.29137.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=39.04%
G=30.70%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89706900.210.220.65312.6630.98
Hex59464501516413d1f
Octal1311061050252610131537
Binary10110011000110100010101010110110100000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594645; }

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

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

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

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

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

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

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

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