Html Css Color HEX #8D6548 Dark Wood

📋 copy color: '#8D6548'

red 141 ◦ green 101 ◦ blue 72

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

Shades of Dark Wood #8D6548

Tints of Dark Wood #8D6548

RGB

 RED value IS 141 (55.47% from 255) = 44.9%

 GREEN value IS 101 (39.84% from 255) = 32.17%

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 44.9%
G = 32.17%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8D6548 (or 0x8D6548) is known color: Dark Wood. HEX triplet: 8D, 65 and 48. RGB value is (141,101,72). Sum of RGB (Red+Green+Blue) = 141+101+72=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6548 is #729AB7. Grayscale: #6D6D6D. Windows color (decimal): -7510712 or 4744589. OLE color: 4744589.

HSL color Cylindrical-coordinate representation of color #8D6548: hue angle of 25.22º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D6548 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 101 72 -
CMYK 0 0.28 0.49 0.45
HSL 25.22º 0.32% 0.42% -
HSV(B) 25.22º 0.49% 0.55% -
XYZ 16.81 15.44 8.22 -
YUV 109.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 141 101 72 0 0.28 0.49 0.45 25.22 0.32 0.42
Hex 8D 65 48 0 1C 31 2D 19 20 2A
Octal 215 145 110 0 34 61 55 31 40 52
Binary 10001101 1100101 1001000 0 11100 110001 101101 11001 100000 101010

Color Harmonies of #8D6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6548

Black with #8D6548

Text Example


Text Example

White with #8D6548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,101,72); }

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

background-color css

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

 a { background-color: rgb(141,101,72); }

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

border-color css

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

 span { border-color: rgb(141,101,72); }

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