Html Css Color HEX #836249 Dark Wood

📋 copy color: '#836249'

red 131 ◦ green 98 ◦ blue 73

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

Shades of Dark Wood #836249

Tints of Dark Wood #836249

RGB

 RED value IS 131 (51.56% from 255) = 43.38%

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

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

R = 43.38%
G = 32.45%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#836249 (or 0x836249) is known color: Dark Wood. HEX triplet: 83, 62 and 49. RGB value is (131,98,73). Sum of RGB (Red+Green+Blue) = 131+98+73=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #836249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836249 is #7C9DB6. Grayscale: #696969. Windows color (decimal): -8166839 or 4809347. OLE color: 4809347.

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

Color convert

RGB 131 98 73 -
CMYK 0 0.25 0.44 0.49
HSL 25.86º 0.28% 0.4% -
HSV(B) 25.86º 0.44% 0.51% -
XYZ 14.93 14.04 8.23 -
YUV 105.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 131 98 73 0 0.25 0.44 0.49 25.86 0.28 0.4
Hex 83 62 49 0 19 2C 31 1A 1C 28
Octal 203 142 111 0 31 54 61 32 34 50
Binary 10000011 1100010 1001001 0 11001 101100 110001 11010 11100 101000

Color Harmonies of #836249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836249

Black with #836249

Text Example


Text Example

White with #836249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836249; }

 p { color: rgb(131,98,73); }

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

background-color css

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

 a { background-color: rgb(131,98,73); }

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

border-color css

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

 span { border-color: rgb(131,98,73); }

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