#46441E

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

Shades of Woodrush #46441E

Tints of Woodrush #46441E

Color information

#46441E (or 0x46441E) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 1E. RGB value is (70,68,30). Sum of RGB (Red+Green+Blue) = 70+68+30=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46441E is #B9BBE1. Grayscale: #404040. Windows color (decimal): -12172258 or 1983558. OLE color: 1983558.

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

Color convert

RGB706830-
CMYK00.030.570.73
HSL57º40%19.61%-
HSV(B)57º57.14%27.45%-
XYZ4.835.532.04-
YUV64.27108.66132.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 68 (26.95% from 255) = 40.48%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=41.67%
G=40.48%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70683000.030.570.73574019.61
Hex46441E033949392814
Octal106104360371111715024
Binary1000110100010011110011111001100100111100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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