Html Css Color HEX #835F47 Dark Wood

📋 copy color: '#835F47'

red 131 ◦ green 95 ◦ blue 71

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

Shades of Dark Wood #835F47

Tints of Dark Wood #835F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 44.11%
G = 31.99%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#835F47 (or 0x835F47) is known color: Dark Wood. HEX triplet: 83, 5F and 47. RGB value is (131,95,71). Sum of RGB (Red+Green+Blue) = 131+95+71=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F47 is #7CA0B8. Grayscale: #676767. Windows color (decimal): -8167609 or 4677507. OLE color: 4677507.

HSL color Cylindrical-coordinate representation of color #835F47: hue angle of 24º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835F47 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 95 71 -
CMYK 0 0.27 0.46 0.49
HSL 24º 0.3% 0.4% -
HSV(B) 24º 0.46% 0.51% -
XYZ 14.59 13.46 7.79 -
YUV 103.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 131 95 71 0 0.27 0.46 0.49 24 0.3 0.4
Hex 83 5F 47 0 1B 2E 31 18 1E 28
Octal 203 137 107 0 33 56 61 30 36 50
Binary 10000011 1011111 1000111 0 11011 101110 110001 11000 11110 101000

Color Harmonies of #835F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F47

Black with #835F47

Text Example


Text Example

White with #835F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835F47; }

 p { color: rgb(131,95,71); }

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

background-color css

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

 a { background-color: rgb(131,95,71); }

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

border-color css

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

 span { border-color: rgb(131,95,71); }

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