#46442D

Color #46442D Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #46442D

Tints of Woodrush #46442D

Color information

#46442D (or 0x46442D) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 2D. RGB value is (70,68,45). Sum of RGB (Red+Green+Blue) = 70+68+45=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #46442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46442D is #B9BBD2. Grayscale: #424242. Windows color (decimal): -12172243 or 2966598. OLE color: 2966598.

HSL color Cylindrical-coordinate representation of color #46442D: hue angle of 55.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46442D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB706845-
CMYK00.030.360.73
HSL55.2º21.74%22.55%-
HSV(B)55.2º35.71%27.45%-
XYZ5.075.633.3-
YUV65.98116.16130.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=38.25%
G=37.16%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70684500.030.360.7355.221.7422.55
Hex46442D032449371617
Octal106104550344111672627
Binary1000110100010010110101110010010010011101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46442D; }

 p { color: rgb(70,68,45); }

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

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

 a { background-color: rgb(70,68,45); }

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

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

 span { border-color: rgb(70,68,45); }

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