#46451F

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

Shades of Woodrush #46451F

Tints of Woodrush #46451F

Color information

#46451F (or 0x46451F) is unknown color: approx Woodrush. HEX triplet: 46, 45 and 1F. RGB value is (70,69,31). Sum of RGB (Red+Green+Blue) = 70+69+31=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #46451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46451F is #B9BAE0. Grayscale: #414141. Windows color (decimal): -12172001 or 2049350. OLE color: 2049350.

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

Color convert

RGB706931-
CMYK00.010.560.73
HSL58.46º38.61%19.8%-
HSV(B)58.46º55.71%27.45%-
XYZ4.95.662.13-
YUV64.97108.83131.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=41.18%
G=40.59%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70693100.010.560.7358.4638.6119.8
Hex46451F0138493a2714
Octal106105370170111724724
Binary100011010001011111101111000100100111101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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