#826148

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

Shades of Dark Wood #826148

Tints of Dark Wood #826148

Color information

#826148 (or 0x826148) is unknown color: approx Dark Wood. HEX triplet: 82, 61 and 48. RGB value is (130,97,72). Sum of RGB (Red+Green+Blue) = 130+97+72=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #826148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826148 is #7D9EB7. Grayscale: #686868. Windows color (decimal): -8232632 or 4743554. OLE color: 4743554.

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

Color convert

RGB1309772-
CMYK00.250.450.49
HSL25.86º28.71%39.61%-
HSV(B)25.86º44.62%50.98%-
XYZ14.6513.768.02-
YUV104.02109.93146.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=43.48%
G=32.44%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130977200.250.450.4925.8628.7139.61
Hex8261480192D311a1d28
Octal2021411100315561323550
Binary10000010110000110010000110011011011100011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826148; }

 p { color: rgb(130,97,72); }

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

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

 a { background-color: rgb(130,97,72); }

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

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

 span { border-color: rgb(130,97,72); }

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