Html Css Color HEX #835B5B Light Wood

📋 copy color: '#835B5B'

red 131 ◦ green 91 ◦ blue 91

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

Shades of Light Wood #835B5B

Tints of Light Wood #835B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 41.85%
G = 29.07%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#835B5B (or 0x835B5B) is known color: Light Wood. HEX triplet: 83, 5B and 5B. RGB value is (131,91,91). Sum of RGB (Red+Green+Blue) = 131+91+91=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #835B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B5B is #7CA4A4. Grayscale: #676767. Windows color (decimal): -8168613 or 5987203. OLE color: 5987203.

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

Color convert

RGB 131 91 91 -
CMYK 0 0.31 0.31 0.49
HSL 0.18% 0.44% -
HSV(B) 0.31% 0.51% -
XYZ 14.99 13.06 11.63 -
YUV 102.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 131 91 91 0 0.31 0.31 0.49 0 0.18 0.44
Hex 83 5B 5B 0 1F 1F 31 0 12 2C
Octal 203 133 133 0 37 37 61 0 22 54
Binary 10000011 1011011 1011011 0 11111 11111 110001 0 10010 101100

Color Harmonies of #835B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B5B

Black with #835B5B

Text Example


Text Example

White with #835B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,91); }

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

background-color css

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

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

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

border-color css

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

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

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