Html Css Color HEX #836341 Dark Wood

📋 copy color: '#836341'

red 131 ◦ green 99 ◦ blue 65

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

Shades of Dark Wood #836341

Tints of Dark Wood #836341

RGB

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

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

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

R = 44.41%
G = 33.56%
B = 22.03%

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

#836341 (or 0x836341) is known color: Dark Wood. HEX triplet: 83, 63 and 41. RGB value is (131,99,65). Sum of RGB (Red+Green+Blue) = 131+99+65=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #836341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836341 is #7C9CBE. Grayscale: #686868. Windows color (decimal): -8166591 or 4285315. OLE color: 4285315.

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

Color convert

RGB 131 99 65 -
CMYK 0 0.24 0.50 0.49
HSL 30.91º 0.34% 0.38% -
HSV(B) 30.91º 0.5% 0.51% -
XYZ 14.78 14.13 6.95 -
YUV 104.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 131 99 65 0 0.24 0.50 0.49 30.91 0.34 0.38
Hex 83 63 41 0 18 32 31 1F 22 26
Octal 203 143 101 0 30 62 61 37 42 46
Binary 10000011 1100011 1000001 0 11000 110010 110001 11111 100010 100110

Color Harmonies of #836341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836341

Black with #836341

Text Example


Text Example

White with #836341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836341; }

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

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

background-color css

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

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

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

border-color css

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

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

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