Html Css Color HEX #835E5D Light Wood

📋 copy color: '#835E5D'

red 131 ◦ green 94 ◦ blue 93

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

Shades of Light Wood #835E5D

Tints of Light Wood #835E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

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

R = 41.19%
G = 29.56%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#835E5D (or 0x835E5D) is known color: Light Wood. HEX triplet: 83, 5E and 5D. RGB value is (131,94,93). Sum of RGB (Red+Green+Blue) = 131+94+93=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835E5D is #7CA1A2. Grayscale: #686868. Windows color (decimal): -8167843 or 6119043. OLE color: 6119043.

HSL color Cylindrical-coordinate representation of color #835E5D: hue angle of 1.58º 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 #835E5D is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 94 93 -
CMYK 0 0.28 0.29 0.49
HSL 1.58º 0.17% 0.44% -
HSV(B) 1.58º 0.29% 0.51% -
XYZ 15.34 13.62 12.18 -
YUV 104.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 131 94 93 0 0.28 0.29 0.49 1.58 0.17 0.44
Hex 83 5E 5D 0 1C 1D 31 2 11 2C
Octal 203 136 135 0 34 35 61 2 21 54
Binary 10000011 1011110 1011101 0 11100 11101 110001 10 10001 101100

Color Harmonies of #835E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E5D

Black with #835E5D

Text Example


Text Example

White with #835E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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