Html Css Color HEX #816147 Dark Wood

📋 copy color: '#816147'

red 129 ◦ green 97 ◦ blue 71

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

Shades of Dark Wood #816147

Tints of Dark Wood #816147

RGB

 RED value IS 129 (50.78% from 255) = 43.43%

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 43.43%
G = 32.66%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#816147 (or 0x816147) is known color: Dark Wood. HEX triplet: 81, 61 and 47. RGB value is (129,97,71). Sum of RGB (Red+Green+Blue) = 129+97+71=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #816147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816147 is #7E9EB8. Grayscale: #676767. Windows color (decimal): -8298169 or 4678017. OLE color: 4678017.

HSL color Cylindrical-coordinate representation of color #816147: hue angle of 26.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #816147 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 97 71 -
CMYK 0 0.25 0.45 0.49
HSL 26.9º 0.29% 0.39% -
HSV(B) 26.9º 0.45% 0.51% -
XYZ 14.47 13.67 7.84 -
YUV 103.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 129 97 71 0 0.25 0.45 0.49 26.9 0.29 0.39
Hex 81 61 47 0 19 2D 31 1B 1D 27
Octal 201 141 107 0 31 55 61 33 35 47
Binary 10000001 1100001 1000111 0 11001 101101 110001 11011 11101 100111

Color Harmonies of #816147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816147

Black with #816147

Text Example


Text Example

White with #816147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816147; }

 p { color: rgb(129,97,71); }

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

background-color css

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

 a { background-color: rgb(129,97,71); }

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

border-color css

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

 span { border-color: rgb(129,97,71); }

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