Html Css Color HEX #836446 Dark Wood

📋 copy color: '#836446'

red 131 ◦ green 100 ◦ blue 70

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

Shades of Dark Wood #836446

Tints of Dark Wood #836446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 43.52%
G = 33.22%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#836446 (or 0x836446) is known color: Dark Wood. HEX triplet: 83, 64 and 46. RGB value is (131,100,70). Sum of RGB (Red+Green+Blue) = 131+100+70=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #836446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836446 is #7C9BB9. Grayscale: #6A6A6A. Windows color (decimal): -8166330 or 4613251. OLE color: 4613251.

HSL color Cylindrical-coordinate representation of color #836446: hue angle of 29.51º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836446 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 70 -
CMYK 0 0.24 0.47 0.49
HSL 29.51º 0.3% 0.39% -
HSV(B) 29.51º 0.47% 0.51% -
XYZ 15.02 14.38 7.78 -
YUV 105.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 131 100 70 0 0.24 0.47 0.49 29.51 0.3 0.39
Hex 83 64 46 0 18 2F 31 1E 1E 27
Octal 203 144 106 0 30 57 61 36 36 47
Binary 10000011 1100100 1000110 0 11000 101111 110001 11110 11110 100111

Color Harmonies of #836446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836446

Black with #836446

Text Example


Text Example

White with #836446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836446; }

 p { color: rgb(131,100,70); }

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

background-color css

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

 a { background-color: rgb(131,100,70); }

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

border-color css

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

 span { border-color: rgb(131,100,70); }

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