Html Css Color HEX #835F5D Light Wood

📋 copy color: '#835F5D'

red 131 ◦ green 95 ◦ blue 93

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

Shades of Light Wood #835F5D

Tints of Light Wood #835F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 41.07%
G = 29.78%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#835F5D (or 0x835F5D) is known color: Light Wood. HEX triplet: 83, 5F and 5D. RGB value is (131,95,93). Sum of RGB (Red+Green+Blue) = 131+95+93=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #835F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F5D is #7CA0A2. Grayscale: #696969. Windows color (decimal): -8167587 or 6119299. OLE color: 6119299.

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

Color convert

RGB 131 95 93 -
CMYK 0 0.27 0.29 0.49
HSL 3.16º 0.17% 0.44% -
HSV(B) 3.16º 0.29% 0.51% -
XYZ 15.43 13.8 12.21 -
YUV 105.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 131 95 93 0 0.27 0.29 0.49 3.16 0.17 0.44
Hex 83 5F 5D 0 1B 1D 31 3 11 2C
Octal 203 137 135 0 33 35 61 3 21 54
Binary 10000011 1011111 1011101 0 11011 11101 110001 11 10001 101100

Color Harmonies of #835F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F5D

Black with #835F5D

Text Example


Text Example

White with #835F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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