#826463

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

Shades of Light Wood #826463

Tints of Light Wood #826463

Color information

#826463 (or 0x826463) is unknown color: approx Light Wood. HEX triplet: 82, 64 and 63. RGB value is (130,100,99). Sum of RGB (Red+Green+Blue) = 130+100+99=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826463 is #7D9B9C. Grayscale: #6C6C6C. Windows color (decimal): -8231837 or 6513794. OLE color: 6513794.

HSL color Cylindrical-coordinate representation of color #826463: hue angle of 1.94º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826463 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13010099-
CMYK00.230.240.49
HSL1.94º13.54%44.9%-
HSV(B)1.94º23.85%50.98%-
XYZ16.0214.7613.81-
YUV108.86122.44143.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=39.51%
G=30.40%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301009900.230.240.491.9413.5444.9
Hex82646301718312e2d
Octal202144143027306121655
Binary100000101100100110001101011111000110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826463; }

 p { color: rgb(130,100,99); }

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

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

 a { background-color: rgb(130,100,99); }

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

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

 span { border-color: rgb(130,100,99); }

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