Html Css Color HEX #895C44 Dark Wood

📋 copy color: '#895C44'

red 137 ◦ green 92 ◦ blue 68

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

Shades of Dark Wood #895C44

Tints of Dark Wood #895C44

RGB

 RED value IS 137 (53.91% from 255) = 46.13%

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 46.13%
G = 30.98%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#895C44 (or 0x895C44) is known color: Dark Wood. HEX triplet: 89, 5C and 44. RGB value is (137,92,68). Sum of RGB (Red+Green+Blue) = 137+92+68=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #895C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C44 is #76A3BB. Grayscale: #666666. Windows color (decimal): -7775164 or 4480137. OLE color: 4480137.

HSL color Cylindrical-coordinate representation of color #895C44: hue angle of 20.87º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895C44 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 92 68 -
CMYK 0 0.33 0.50 0.46
HSL 20.87º 0.34% 0.4% -
HSV(B) 20.87º 0.5% 0.54% -
XYZ 15.19 13.39 7.25 -
YUV 102.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 137 92 68 0 0.33 0.50 0.46 20.87 0.34 0.4
Hex 89 5C 44 0 21 32 2E 15 22 28
Octal 211 134 104 0 41 62 56 25 42 50
Binary 10001001 1011100 1000100 0 100001 110010 101110 10101 100010 101000

Color Harmonies of #895C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C44

Black with #895C44

Text Example


Text Example

White with #895C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895C44; }

 p { color: rgb(137,92,68); }

 H1.HeaderClassName
 {
   color: #895C44;
 }
 .AnyTagClassName
 {
   color: #895C44;
 }
</style>

background-color css

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

 a { background-color: rgb(137,92,68); }

 div.DivClassName
 {
   background-color: #895C44;
 }
 .BgClassName
 {
   background-color: #895C44;
 }
</style>

border-color css

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

 span { border-color: rgb(137,92,68); }

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