#846348

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

Shades of Dark Wood #846348

Tints of Dark Wood #846348

Color information

#846348 (or 0x846348) is unknown color: approx Dark Wood. HEX triplet: 84, 63 and 48. RGB value is (132,99,72). Sum of RGB (Red+Green+Blue) = 132+99+72=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #846348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846348 is #7B9CB7. Grayscale: #696969. Windows color (decimal): -8101048 or 4744068. OLE color: 4744068.

HSL color Cylindrical-coordinate representation of color #846348: hue angle of 27º 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 #846348 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1329972-
CMYK00.250.450.48
HSL27º29.41%40%-
HSV(B)27º45.45%51.76%-
XYZ15.1514.38.09-
YUV105.79108.93146.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=43.56%
G=32.67%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132997200.250.450.482729.4140
Hex8463480192D301b1d28
Octal2041431100315560333550
Binary10000100110001110010000110011011011100001101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846348; }

 p { color: rgb(132,99,72); }

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

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

 a { background-color: rgb(132,99,72); }

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

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

 span { border-color: rgb(132,99,72); }

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