#82614B

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

Shades of Dark Wood #82614B

Tints of Dark Wood #82614B

Color information

#82614B (or 0x82614B) is unknown color: approx Dark Wood. HEX triplet: 82, 61 and 4B. RGB value is (130,97,75). Sum of RGB (Red+Green+Blue) = 130+97+75=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82614B is #7D9EB4. Grayscale: #686868. Windows color (decimal): -8232629 or 4940162. OLE color: 4940162.

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

Color convert

RGB1309775-
CMYK00.250.420.49
HSL24º26.83%40.2%-
HSV(B)24º42.31%50.98%-
XYZ14.7513.88.54-
YUV104.36111.43146.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=43.05%
G=32.12%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130977500.250.420.492426.8340.2
Hex82614B0192A31181b28
Octal2021411130315261303350
Binary10000010110000110010110110011010101100011100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82614B; }

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

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

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

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

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

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

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

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