Html Css Color HEX #836546 Dark Wood

📋 copy color: '#836546'

red 131 ◦ green 101 ◦ blue 70

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

Shades of Dark Wood #836546

Tints of Dark Wood #836546

RGB

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

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

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

R = 43.38%
G = 33.44%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#836546 (or 0x836546) is known color: Dark Wood. HEX triplet: 83, 65 and 46. RGB value is (131,101,70). Sum of RGB (Red+Green+Blue) = 131+101+70=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #836546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836546 is #7C9AB9. Grayscale: #6A6A6A. Windows color (decimal): -8166074 or 4613507. OLE color: 4613507.

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

Color convert

RGB 131 101 70 -
CMYK 0 0.23 0.47 0.49
HSL 30.49º 0.3% 0.39% -
HSV(B) 30.49º 0.47% 0.51% -
XYZ 15.12 14.57 7.81 -
YUV 106.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 131 101 70 0 0.23 0.47 0.49 30.49 0.3 0.39
Hex 83 65 46 0 17 2F 31 1E 1E 27
Octal 203 145 106 0 27 57 61 36 36 47
Binary 10000011 1100101 1000110 0 10111 101111 110001 11110 11110 100111

Color Harmonies of #836546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836546

Black with #836546

Text Example


Text Example

White with #836546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836546; }

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

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

background-color css

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

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

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

border-color css

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

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

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