Html Css Color HEX #816240 Dark Wood

📋 copy color: '#816240'

red 129 ◦ green 98 ◦ blue 64

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

Shades of Dark Wood #816240

Tints of Dark Wood #816240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 44.33%
G = 33.68%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#816240 (or 0x816240) is known color: Dark Wood. HEX triplet: 81, 62 and 40. RGB value is (129,98,64). Sum of RGB (Red+Green+Blue) = 129+98+64=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #816240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816240 is #7E9DBF. Grayscale: #676767. Windows color (decimal): -8297920 or 4219521. OLE color: 4219521.

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

Color convert

RGB 129 98 64 -
CMYK 0 0.24 0.50 0.49
HSL 31.38º 0.34% 0.38% -
HSV(B) 31.38º 0.5% 0.51% -
XYZ 14.35 13.77 6.75 -
YUV 103.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 129 98 64 0 0.24 0.50 0.49 31.38 0.34 0.38
Hex 81 62 40 0 18 32 31 1F 22 26
Octal 201 142 100 0 30 62 61 37 42 46
Binary 10000001 1100010 1000000 0 11000 110010 110001 11111 100010 100110

Color Harmonies of #816240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816240

Black with #816240

Text Example


Text Example

White with #816240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816240; }

 p { color: rgb(129,98,64); }

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

background-color css

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

 a { background-color: rgb(129,98,64); }

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

border-color css

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

 span { border-color: rgb(129,98,64); }

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