#46402A

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

Shades of Woodrush #46402A

Tints of Woodrush #46402A

Color information

#46402A (or 0x46402A) is unknown color: approx Woodrush. HEX triplet: 46, 40 and 2A. RGB value is (70,64,42). Sum of RGB (Red+Green+Blue) = 70+64+42=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #46402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46402A is #B9BFD5. Grayscale: #3F3F3F. Windows color (decimal): -12173270 or 2768966. OLE color: 2768966.

HSL color Cylindrical-coordinate representation of color #46402A: hue angle of 47.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46402A is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB706442-
CMYK00.090.400.73
HSL47.14º25%21.96%-
HSV(B)47.14º40%27.45%-
XYZ4.785.142.93-
YUV63.29115.99132.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=39.77%
G=36.36%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70644200.090.400.7347.142521.96
Hex46402A0928492f1916
Octal1061005201150111573126
Binary100011010000001010100100110100010010011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46402A; }

 p { color: rgb(70,64,42); }

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

<style>
 a { background-color: #46402A; }

 a { background-color: rgb(70,64,42); }

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

<style>
 span { border-color: #46402A; }

 span { border-color: rgb(70,64,42); }

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