Html Css Color HEX #816041 Dark Wood

📋 copy color: '#816041'

red 129 ◦ green 96 ◦ blue 65

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

Shades of Dark Wood #816041

Tints of Dark Wood #816041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

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

R = 44.48%
G = 33.1%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#816041 (or 0x816041) is known color: Dark Wood. HEX triplet: 81, 60 and 41. RGB value is (129,96,65). Sum of RGB (Red+Green+Blue) = 129+96+65=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #816041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816041 is #7E9FBE. Grayscale: #666666. Windows color (decimal): -8298431 or 4284545. OLE color: 4284545.

HSL color Cylindrical-coordinate representation of color #816041: hue angle of 29.06º 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 #816041 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 96 65 -
CMYK 0 0.26 0.50 0.49
HSL 29.06º 0.33% 0.38% -
HSV(B) 29.06º 0.5% 0.51% -
XYZ 14.19 13.41 6.84 -
YUV 102.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 129 96 65 0 0.26 0.50 0.49 29.06 0.33 0.38
Hex 81 60 41 0 1A 32 31 1D 21 26
Octal 201 140 101 0 32 62 61 35 41 46
Binary 10000001 1100000 1000001 0 11010 110010 110001 11101 100001 100110

Color Harmonies of #816041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816041

Black with #816041

Text Example


Text Example

White with #816041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816041; }

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

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

background-color css

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

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

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

border-color css

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

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

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