Html Css Color HEX #816442 Dark Wood

📋 copy color: '#816442'

red 129 ◦ green 100 ◦ blue 66

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

Shades of Dark Wood #816442

Tints of Dark Wood #816442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 43.73%
G = 33.9%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#816442 (or 0x816442) is known color: Dark Wood. HEX triplet: 81, 64 and 42. RGB value is (129,100,66). Sum of RGB (Red+Green+Blue) = 129+100+66=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #816442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816442 is #7E9BBD. Grayscale: #686868. Windows color (decimal): -8297406 or 4351105. OLE color: 4351105.

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

Color convert

RGB 129 100 66 -
CMYK 0 0.22 0.49 0.49
HSL 32.38º 0.32% 0.38% -
HSV(B) 32.38º 0.49% 0.51% -
XYZ 14.59 14.17 7.12 -
YUV 104.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 129 100 66 0 0.22 0.49 0.49 32.38 0.32 0.38
Hex 81 64 42 0 16 31 31 20 20 26
Octal 201 144 102 0 26 61 61 40 40 46
Binary 10000001 1100100 1000010 0 10110 110001 110001 100000 100000 100110

Color Harmonies of #816442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816442

Black with #816442

Text Example


Text Example

White with #816442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816442; }

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

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

background-color css

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

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

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

border-color css

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

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

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