Html Css Color HEX #835D5C Light Wood

📋 copy color: '#835D5C'

red 131 ◦ green 93 ◦ blue 92

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

Shades of Light Wood #835D5C

Tints of Light Wood #835D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 41.46%
G = 29.43%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#835D5C (or 0x835D5C) is known color: Light Wood. HEX triplet: 83, 5D and 5C. RGB value is (131,93,92). Sum of RGB (Red+Green+Blue) = 131+93+92=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #835D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D5C is #7CA2A3. Grayscale: #686868. Windows color (decimal): -8168100 or 6053251. OLE color: 6053251.

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

Color convert

RGB 131 93 92 -
CMYK 0 0.29 0.30 0.49
HSL 1.54º 0.17% 0.44% -
HSV(B) 1.54º 0.3% 0.51% -
XYZ 15.21 13.43 11.92 -
YUV 104.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 131 93 92 0 0.29 0.30 0.49 1.54 0.17 0.44
Hex 83 5D 5C 0 1D 1E 31 2 11 2C
Octal 203 135 134 0 35 36 61 2 21 54
Binary 10000011 1011101 1011100 0 11101 11110 110001 10 10001 101100

Color Harmonies of #835D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D5C

Black with #835D5C

Text Example


Text Example

White with #835D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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