Html Css Color HEX #816044 Dark Wood

📋 copy color: '#816044'

red 129 ◦ green 96 ◦ blue 68

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

Shades of Dark Wood #816044

Tints of Dark Wood #816044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 44.03%
G = 32.76%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#816044 (or 0x816044) is known color: Dark Wood. HEX triplet: 81, 60 and 44. RGB value is (129,96,68). Sum of RGB (Red+Green+Blue) = 129+96+68=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #816044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816044 is #7E9FBB. Grayscale: #666666. Windows color (decimal): -8298428 or 4481153. OLE color: 4481153.

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

Color convert

RGB 129 96 68 -
CMYK 0 0.26 0.47 0.49
HSL 27.54º 0.31% 0.39% -
HSV(B) 27.54º 0.47% 0.51% -
XYZ 14.28 13.45 7.31 -
YUV 102.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 129 96 68 0 0.26 0.47 0.49 27.54 0.31 0.39
Hex 81 60 44 0 1A 2F 31 1C 1F 27
Octal 201 140 104 0 32 57 61 34 37 47
Binary 10000001 1100000 1000100 0 11010 101111 110001 11100 11111 100111

Color Harmonies of #816044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816044

Black with #816044

Text Example


Text Example

White with #816044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816044; }

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

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

background-color css

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

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

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

border-color css

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

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

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