Html Css Color HEX #594645 Woody Brown

📋 copy color: '#594645'

red 89 ◦ green 70 ◦ blue 69

#594645
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woody Brown #594645

Tints of Woody Brown #594645

RGB

 RED value IS 89 (35.16% from 255) = 39.04%

 GREEN value IS 70 (27.73% from 255) = 30.7%

 BLUE value IS 69 (27.34% from 255) = 30.26%

R = 39.04%
G = 30.7%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#594645 (or 0x594645) is known color: 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

RGB 89 70 69 -
CMYK 0 0.21 0.22 0.65
HSL 0.13% 0.31% -
HSV(B) 0.22% 0.35% -
XYZ 7.38 6.93 6.58 -
YUV 75.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 89 70 69 0 0.21 0.22 0.65 3 0.13 0.31
Hex 59 46 45 0 15 16 41 3 D 1F
Octal 131 106 105 0 25 26 101 3 15 37
Binary 1011001 1000110 1000101 0 10101 10110 1000001 11 1101 11111

Color Harmonies of #594645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594645

Black with #594645

Text Example


Text Example

White with #594645

Text Example


Text Example

HTML Codes & Css Web 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>