#46441F

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

Shades of Woodrush #46441F

Tints of Woodrush #46441F

Color information

#46441F (or 0x46441F) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 1F. RGB value is (70,68,31). Sum of RGB (Red+Green+Blue) = 70+68+31=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46441F is #B9BBE0. Grayscale: #404040. Windows color (decimal): -12172257 or 2049094. OLE color: 2049094.

HSL color Cylindrical-coordinate representation of color #46441F: hue angle of 56.92º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46441F is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB706831-
CMYK00.030.560.73
HSL56.92º38.61%19.8%-
HSV(B)56.92º55.71%27.45%-
XYZ4.845.542.11-
YUV64.38109.16132.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=41.42%
G=40.24%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70683100.030.560.7356.9238.6119.8
Hex46441F033849392714
Octal106104370370111714724
Binary1000110100010011111011111000100100111100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46441F; }

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

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

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

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

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

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

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

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