Html Css Color HEX #835F3F Dark Wood

📋 copy color: '#835F3F'

red 131 ◦ green 95 ◦ blue 63

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

Shades of Dark Wood #835F3F

Tints of Dark Wood #835F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 45.33%
G = 32.87%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#835F3F (or 0x835F3F) is known color: Dark Wood. HEX triplet: 83, 5F and 3F. RGB value is (131,95,63). Sum of RGB (Red+Green+Blue) = 131+95+63=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #835F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F3F is #7CA0C0. Grayscale: #666666. Windows color (decimal): -8167617 or 4153219. OLE color: 4153219.

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

Color convert

RGB 131 95 63 -
CMYK 0 0.27 0.52 0.49
HSL 28.24º 0.35% 0.38% -
HSV(B) 28.24º 0.52% 0.51% -
XYZ 14.35 13.37 6.53 -
YUV 102.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 131 95 63 0 0.27 0.52 0.49 28.24 0.35 0.38
Hex 83 5F 3F 0 1B 34 31 1C 23 26
Octal 203 137 77 0 33 64 61 34 43 46
Binary 10000011 1011111 111111 0 11011 110100 110001 11100 100011 100110

Color Harmonies of #835F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F3F

Black with #835F3F

Text Example


Text Example

White with #835F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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