#46422C

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

Shades of Woodrush #46422C

Tints of Woodrush #46422C

Color information

#46422C (or 0x46422C) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 2C. RGB value is (70,66,44). Sum of RGB (Red+Green+Blue) = 70+66+44=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #46422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46422C is #B9BDD3. Grayscale: #404040. Windows color (decimal): -12172756 or 2900550. OLE color: 2900550.

HSL color Cylindrical-coordinate representation of color #46422C: hue angle of 50.77º 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 #46422C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB706644-
CMYK00.060.370.73
HSL50.77º22.81%22.35%-
HSV(B)50.77º37.14%27.45%-
XYZ4.935.383.16-
YUV64.69116.33131.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=38.89%
G=36.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70664400.060.370.7350.7722.8122.35
Hex46422C062549331716
Octal106102540645111632726
Binary10001101000010101100011010010110010011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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