#82614A

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

Shades of Dark Wood #82614A

Tints of Dark Wood #82614A

Color information

#82614A (or 0x82614A) is unknown color: approx Dark Wood. HEX triplet: 82, 61 and 4A. RGB value is (130,97,74). Sum of RGB (Red+Green+Blue) = 130+97+74=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82614A is #7D9EB5. Grayscale: #686868. Windows color (decimal): -8232630 or 4874626. OLE color: 4874626.

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

Color convert

RGB1309774-
CMYK00.250.430.49
HSL24.64º27.45%40%-
HSV(B)24.64º43.08%50.98%-
XYZ14.7213.798.36-
YUV104.24110.93146.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=43.19%
G=32.23%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130977400.250.430.4924.6427.4540
Hex82614A0192B31191b28
Octal2021411120315361313350
Binary10000010110000110010100110011010111100011100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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