Html Css Color HEX #816341 Dark Wood

📋 copy color: '#816341'

red 129 ◦ green 99 ◦ blue 65

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

Shades of Dark Wood #816341

Tints of Dark Wood #816341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

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

R = 44.03%
G = 33.79%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#816341 (or 0x816341) is known color: Dark Wood. HEX triplet: 81, 63 and 41. RGB value is (129,99,65). Sum of RGB (Red+Green+Blue) = 129+99+65=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #816341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816341 is #7E9CBE. Grayscale: #686868. Windows color (decimal): -8297663 or 4285313. OLE color: 4285313.

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

Color convert

RGB 129 99 65 -
CMYK 0 0.23 0.50 0.49
HSL 31.88º 0.33% 0.38% -
HSV(B) 31.88º 0.5% 0.51% -
XYZ 14.47 13.97 6.94 -
YUV 104.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 129 99 65 0 0.23 0.50 0.49 31.88 0.33 0.38
Hex 81 63 41 0 17 32 31 20 21 26
Octal 201 143 101 0 27 62 61 40 41 46
Binary 10000001 1100011 1000001 0 10111 110010 110001 100000 100001 100110

Color Harmonies of #816341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816341

Black with #816341

Text Example


Text Example

White with #816341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816341; }

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

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

background-color css

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

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

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

border-color css

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

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

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