#826743

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

Shades of Dark Wood #826743

Tints of Dark Wood #826743

Color information

#826743 (or 0x826743) is unknown color: approx Dark Wood. HEX triplet: 82, 67 and 43. RGB value is (130,103,67). Sum of RGB (Red+Green+Blue) = 130+103+67=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #826743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826743 is #7D98BC. Grayscale: #6B6B6B. Windows color (decimal): -8231101 or 4417410. OLE color: 4417410.

HSL color Cylindrical-coordinate representation of color #826743: hue angle of 34.29º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826743 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB13010367-
CMYK00.210.480.49
HSL34.29º31.98%38.63%-
HSV(B)34.29º48.46%50.98%-
XYZ15.0714.857.38-
YUV106.97105.45144.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 67 (26.56% from 255) = 22.33%
R=43.33%
G=34.33%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301036700.210.480.4934.2931.9838.63
Hex8267430153031222027
Octal2021471030256061424047
Binary1000001011001111000011010101110000110001100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826743; }

 p { color: rgb(130,103,67); }

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

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

 a { background-color: rgb(130,103,67); }

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

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

 span { border-color: rgb(130,103,67); }

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