Html Css Color HEX #836141 Dark Wood

📋 copy color: '#836141'

red 131 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #836141

Tints of Dark Wood #836141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 44.71%
G = 33.11%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#836141 (or 0x836141) is known color: Dark Wood. HEX triplet: 83, 61 and 41. RGB value is (131,97,65). Sum of RGB (Red+Green+Blue) = 131+97+65=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #836141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836141 is #7C9EBE. Grayscale: #676767. Windows color (decimal): -8167103 or 4284803. OLE color: 4284803.

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

Color convert

RGB 131 97 65 -
CMYK 0 0.26 0.50 0.49
HSL 29.09º 0.34% 0.38% -
HSV(B) 29.09º 0.5% 0.51% -
XYZ 14.59 13.76 6.89 -
YUV 103.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 131 97 65 0 0.26 0.50 0.49 29.09 0.34 0.38
Hex 83 61 41 0 1A 32 31 1D 22 26
Octal 203 141 101 0 32 62 61 35 42 46
Binary 10000011 1100001 1000001 0 11010 110010 110001 11101 100010 100110

Color Harmonies of #836141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836141

Black with #836141

Text Example


Text Example

White with #836141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836141; }

 p { color: rgb(131,97,65); }

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

background-color css

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

 a { background-color: rgb(131,97,65); }

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

border-color css

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

 span { border-color: rgb(131,97,65); }

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