Html Css Color HEX #895C42 Dark Wood

📋 copy color: '#895C42'

red 137 ◦ green 92 ◦ blue 66

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

Shades of Dark Wood #895C42

Tints of Dark Wood #895C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 46.44%
G = 31.19%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#895C42 (or 0x895C42) is known color: Dark Wood. HEX triplet: 89, 5C and 42. RGB value is (137,92,66). Sum of RGB (Red+Green+Blue) = 137+92+66=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #895C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C42 is #76A3BD. Grayscale: #666666. Windows color (decimal): -7775166 or 4349065. OLE color: 4349065.

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

Color convert

RGB 137 92 66 -
CMYK 0 0.33 0.52 0.46
HSL 21.97º 0.35% 0.4% -
HSV(B) 21.97º 0.52% 0.54% -
XYZ 15.13 13.37 6.94 -
YUV 102.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 137 92 66 0 0.33 0.52 0.46 21.97 0.35 0.4
Hex 89 5C 42 0 21 34 2E 16 23 28
Octal 211 134 102 0 41 64 56 26 43 50
Binary 10001001 1011100 1000010 0 100001 110100 101110 10110 100011 101000

Color Harmonies of #895C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C42

Black with #895C42

Text Example


Text Example

White with #895C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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