#46441D

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

Shades of Woodrush #46441D

Tints of Woodrush #46441D

Color information

#46441D (or 0x46441D) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 1D. RGB value is (70,68,29). Sum of RGB (Red+Green+Blue) = 70+68+29=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46441D is #B9BBE2. Grayscale: #404040. Windows color (decimal): -12172259 or 1918022. OLE color: 1918022.

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

Color convert

RGB706829-
CMYK00.030.590.73
HSL57.07º41.41%19.41%-
HSV(B)57.07º58.57%27.45%-
XYZ4.815.531.98-
YUV64.15108.16132.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=41.92%
G=40.72%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70682900.030.590.7357.0741.4119.41
Hex46441D033B49392913
Octal106104350373111715123
Binary1000110100010011101011111011100100111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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