Html Css Color HEX #836541 Dark Wood

📋 copy color: '#836541'

red 131 ◦ green 101 ◦ blue 65

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

Shades of Dark Wood #836541

Tints of Dark Wood #836541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 44.11%
G = 34.01%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#836541 (or 0x836541) is known color: Dark Wood. HEX triplet: 83, 65 and 41. RGB value is (131,101,65). Sum of RGB (Red+Green+Blue) = 131+101+65=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #836541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836541 is #7C9ABE. Grayscale: #6A6A6A. Windows color (decimal): -8166079 or 4285827. OLE color: 4285827.

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

Color convert

RGB 131 101 65 -
CMYK 0 0.23 0.50 0.49
HSL 32.73º 0.34% 0.38% -
HSV(B) 32.73º 0.5% 0.51% -
XYZ 14.97 14.51 7.01 -
YUV 105.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 131 101 65 0 0.23 0.50 0.49 32.73 0.34 0.38
Hex 83 65 41 0 17 32 31 21 22 26
Octal 203 145 101 0 27 62 61 41 42 46
Binary 10000011 1100101 1000001 0 10111 110010 110001 100001 100010 100110

Color Harmonies of #836541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836541

Black with #836541

Text Example


Text Example

White with #836541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836541; }

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

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

background-color css

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

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

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

border-color css

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

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

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