Html Css Color HEX #816441 Dark Wood

📋 copy color: '#816441'

red 129 ◦ green 100 ◦ blue 65

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

Shades of Dark Wood #816441

Tints of Dark Wood #816441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 43.88%
G = 34.01%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#816441 (or 0x816441) is known color: Dark Wood. HEX triplet: 81, 64 and 41. RGB value is (129,100,65). Sum of RGB (Red+Green+Blue) = 129+100+65=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #816441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816441 is #7E9BBE. Grayscale: #686868. Windows color (decimal): -8297407 or 4285569. OLE color: 4285569.

HSL color Cylindrical-coordinate representation of color #816441: hue angle of 32.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816441 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 100 65 -
CMYK 0 0.22 0.50 0.49
HSL 32.81º 0.33% 0.38% -
HSV(B) 32.81º 0.5% 0.51% -
XYZ 14.56 14.16 6.97 -
YUV 104.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 129 100 65 0 0.22 0.50 0.49 32.81 0.33 0.38
Hex 81 64 41 0 16 32 31 21 21 26
Octal 201 144 101 0 26 62 61 41 41 46
Binary 10000001 1100100 1000001 0 10110 110010 110001 100001 100001 100110

Color Harmonies of #816441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816441

Black with #816441

Text Example


Text Example

White with #816441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816441; }

 p { color: rgb(129,100,65); }

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

background-color css

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

 a { background-color: rgb(129,100,65); }

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

border-color css

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

 span { border-color: rgb(129,100,65); }

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