Html Css Color HEX #8A5C44 Dark Wood

📋 copy color: '#8A5C44'

red 138 ◦ green 92 ◦ blue 68

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

Shades of Dark Wood #8A5C44

Tints of Dark Wood #8A5C44

RGB

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

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

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

R = 46.31%
G = 30.87%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A5C44 (or 0x8A5C44) is known color: Dark Wood. HEX triplet: 8A, 5C and 44. RGB value is (138,92,68). Sum of RGB (Red+Green+Blue) = 138+92+68=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5C44 is #75A3BB. Grayscale: #676767. Windows color (decimal): -7709628 or 4480138. OLE color: 4480138.

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

Color convert

RGB 138 92 68 -
CMYK 0 0.33 0.51 0.46
HSL 20.57º 0.34% 0.4% -
HSV(B) 20.57º 0.51% 0.54% -
XYZ 15.35 13.47 7.26 -
YUV 103.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 138 92 68 0 0.33 0.51 0.46 20.57 0.34 0.4
Hex 8A 5C 44 0 21 33 2E 15 22 28
Octal 212 134 104 0 41 63 56 25 42 50
Binary 10001010 1011100 1000100 0 100001 110011 101110 10101 100010 101000

Color Harmonies of #8A5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C44

Black with #8A5C44

Text Example


Text Example

White with #8A5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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