Html Css Color HEX #836749 Dark Wood

📋 copy color: '#836749'

red 131 ◦ green 103 ◦ blue 73

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

Shades of Dark Wood #836749

Tints of Dark Wood #836749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 42.67%
G = 33.55%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#836749 (or 0x836749) is known color: Dark Wood. HEX triplet: 83, 67 and 49. RGB value is (131,103,73). Sum of RGB (Red+Green+Blue) = 131+103+73=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #836749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836749 is #7C98B6. Grayscale: #6C6C6C. Windows color (decimal): -8165559 or 4810627. OLE color: 4810627.

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

Color convert

RGB 131 103 73 -
CMYK 0 0.21 0.44 0.49
HSL 31.03º 0.28% 0.4% -
HSV(B) 31.03º 0.44% 0.51% -
XYZ 15.41 15.01 8.39 -
YUV 107.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 131 103 73 0 0.21 0.44 0.49 31.03 0.28 0.4
Hex 83 67 49 0 15 2C 31 1F 1C 28
Octal 203 147 111 0 25 54 61 37 34 50
Binary 10000011 1100111 1001001 0 10101 101100 110001 11111 11100 101000

Color Harmonies of #836749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836749

Black with #836749

Text Example


Text Example

White with #836749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836749; }

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

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

background-color css

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

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

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

border-color css

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

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

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