#46451E

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

Shades of Woodrush #46451E

Tints of Woodrush #46451E

Color information

#46451E (or 0x46451E) is unknown color: approx Woodrush. HEX triplet: 46, 45 and 1E. RGB value is (70,69,30). Sum of RGB (Red+Green+Blue) = 70+69+30=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46451E is #B9BAE1. Grayscale: #414141. Windows color (decimal): -12172002 or 1983814. OLE color: 1983814.

HSL color Cylindrical-coordinate representation of color #46451E: hue angle of 58.5º 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 #46451E is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB706930-
CMYK00.010.570.73
HSL58.5º40%19.61%-
HSV(B)58.5º57.14%27.45%-
XYZ4.895.652.06-
YUV64.85108.33131.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=41.42%
G=40.83%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70693000.010.570.7358.54019.61
Hex46451E0139493a2814
Octal106105360171111725024
Binary100011010001011111001111001100100111101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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