Html Css Color HEX #8A5E40 Dark Wood

📋 copy color: '#8A5E40'

red 138 ◦ green 94 ◦ blue 64

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

Shades of Dark Wood #8A5E40

Tints of Dark Wood #8A5E40

RGB

 RED value IS 138 (54.3% from 255) = 46.62%

 GREEN value IS 94 (37.11% from 255) = 31.76%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 46.62%
G = 31.76%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A5E40 (or 0x8A5E40) is known color: Dark Wood. HEX triplet: 8A, 5E and 40. RGB value is (138,94,64). Sum of RGB (Red+Green+Blue) = 138+94+64=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E40 is #75A1BF. Grayscale: #676767. Windows color (decimal): -7709120 or 4218506. OLE color: 4218506.

HSL color Cylindrical-coordinate representation of color #8A5E40: hue angle of 24.32º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A5E40 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 94 64 -
CMYK 0 0.32 0.54 0.46
HSL 24.32º 0.37% 0.4% -
HSV(B) 24.32º 0.54% 0.54% -
XYZ 15.41 13.78 6.7 -
YUV 103.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 138 94 64 0 0.32 0.54 0.46 24.32 0.37 0.4
Hex 8A 5E 40 0 20 36 2E 18 25 28
Octal 212 136 100 0 40 66 56 30 45 50
Binary 10001010 1011110 1000000 0 100000 110110 101110 11000 100101 101000

Color Harmonies of #8A5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E40

Black with #8A5E40

Text Example


Text Example

White with #8A5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5E40; }

 p { color: rgb(138,94,64); }

 H1.HeaderClassName
 {
   color: #8A5E40;
 }
 .AnyTagClassName
 {
   color: #8A5E40;
 }
</style>

background-color css

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

 a { background-color: rgb(138,94,64); }

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

border-color css

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

 span { border-color: rgb(138,94,64); }

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