#46442C

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

Shades of Woodrush #46442C

Tints of Woodrush #46442C

Color information

#46442C (or 0x46442C) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 2C. RGB value is (70,68,44). Sum of RGB (Red+Green+Blue) = 70+68+44=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #46442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46442C is #B9BBD3. Grayscale: #414141. Windows color (decimal): -12172244 or 2901062. OLE color: 2901062.

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

Color convert

RGB706844-
CMYK00.030.370.73
HSL55.38º22.81%22.35%-
HSV(B)55.38º37.14%27.45%-
XYZ5.055.623.2-
YUV65.86115.66130.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=38.46%
G=37.36%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70684400.030.370.7355.3822.8122.35
Hex46442C032549371716
Octal106104540345111672726
Binary1000110100010010110001110010110010011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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