Html Css Color HEX #816349 Dark Wood

📋 copy color: '#816349'

red 129 ◦ green 99 ◦ blue 73

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

Shades of Dark Wood #816349

Tints of Dark Wood #816349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 42.86%
G = 32.89%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#816349 (or 0x816349) is known color: Dark Wood. HEX triplet: 81, 63 and 49. RGB value is (129,99,73). Sum of RGB (Red+Green+Blue) = 129+99+73=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #816349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816349 is #7E9CB6. Grayscale: #696969. Windows color (decimal): -8297655 or 4809601. OLE color: 4809601.

HSL color Cylindrical-coordinate representation of color #816349: hue angle of 27.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #816349 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 99 73 -
CMYK 0 0.23 0.43 0.49
HSL 27.86º 0.28% 0.4% -
HSV(B) 27.86º 0.43% 0.51% -
XYZ 14.72 14.07 8.24 -
YUV 105.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 129 99 73 0 0.23 0.43 0.49 27.86 0.28 0.4
Hex 81 63 49 0 17 2B 31 1C 1C 28
Octal 201 143 111 0 27 53 61 34 34 50
Binary 10000001 1100011 1001001 0 10111 101011 110001 11100 11100 101000

Color Harmonies of #816349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816349

Black with #816349

Text Example


Text Example

White with #816349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816349; }

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

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

background-color css

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

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

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

border-color css

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

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

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