#835a5a

Color #835A5A Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #835A5A

Tints of Light Wood #835A5A

Color information

#835A5A (or 0x835A5A) is unknown color: approx Light Wood. HEX triplet: 83, 5A and 5A. RGB value is (131,90,90). Sum of RGB (Red+Green+Blue) = 131+90+90=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #835A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A5A is #7CA5A5. Grayscale: #666666. Windows color (decimal): -8168870 or 5921411. OLE color: 5921411.

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

Color convert

RGB1319090-
CMYK00.310.310.49
HSL18.55%43.33%-
HSV(B)31.3%51.37%-
XYZ14.8612.8811.37-
YUV102.26121.08148.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=42.12%
G=28.94%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131909000.310.310.49018.5543.33
Hex835A5A01F1F310132b
Octal203132132037376102353
Binary100000111011010101101001111111111110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #835a5a;
 }
 .AnyTagClassName
 {
   color: #835a5a;
 }
</style>
background-color css

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

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

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

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

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

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