Html Css Color HEX #836245 Dark Wood

📋 copy color: '#836245'

red 131 ◦ green 98 ◦ blue 69

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

Shades of Dark Wood #836245

Tints of Dark Wood #836245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 43.96%
G = 32.89%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#836245 (or 0x836245) is known color: Dark Wood. HEX triplet: 83, 62 and 45. RGB value is (131,98,69). Sum of RGB (Red+Green+Blue) = 131+98+69=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #836245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836245 is #7C9DBA. Grayscale: #686868. Windows color (decimal): -8166843 or 4547203. OLE color: 4547203.

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

Color convert

RGB 131 98 69 -
CMYK 0 0.25 0.47 0.49
HSL 28.06º 0.31% 0.39% -
HSV(B) 28.06º 0.47% 0.51% -
XYZ 14.8 13.99 7.55 -
YUV 104.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 131 98 69 0 0.25 0.47 0.49 28.06 0.31 0.39
Hex 83 62 45 0 19 2F 31 1C 1F 27
Octal 203 142 105 0 31 57 61 34 37 47
Binary 10000011 1100010 1000101 0 11001 101111 110001 11100 11111 100111

Color Harmonies of #836245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836245

Black with #836245

Text Example


Text Example

White with #836245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836245; }

 p { color: rgb(131,98,69); }

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

background-color css

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

 a { background-color: rgb(131,98,69); }

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

border-color css

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

 span { border-color: rgb(131,98,69); }

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