#846149

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

Shades of Dark Wood #846149

Tints of Dark Wood #846149

Color information

#846149 (or 0x846149) is unknown color: approx Dark Wood. HEX triplet: 84, 61 and 49. RGB value is (132,97,73). Sum of RGB (Red+Green+Blue) = 132+97+73=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #846149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846149 is #7B9EB6. Grayscale: #686868. Windows color (decimal): -8101559 or 4809092. OLE color: 4809092.

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

Color convert

RGB1329773-
CMYK00.270.450.48
HSL24.41º28.78%40.2%-
HSV(B)24.41º44.7%51.76%-
XYZ14.9913.948.2-
YUV104.73110.1147.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=43.71%
G=32.12%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132977300.270.450.4824.4128.7840.2
Hex84614901B2D30181d28
Octal2041411110335560303550
Binary10000100110000110010010110111011011100001100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846149; }

 p { color: rgb(132,97,73); }

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

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

 a { background-color: rgb(132,97,73); }

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

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

 span { border-color: rgb(132,97,73); }

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