#46402B

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

Shades of Woodrush #46402B

Tints of Woodrush #46402B

Color information

#46402B (or 0x46402B) is unknown color: approx Woodrush. HEX triplet: 46, 40 and 2B. RGB value is (70,64,43). Sum of RGB (Red+Green+Blue) = 70+64+43=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #46402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46402B is #B9BFD4. Grayscale: #3F3F3F. Windows color (decimal): -12173269 or 2834502. OLE color: 2834502.

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

Color convert

RGB706443-
CMYK00.090.390.73
HSL46.67º23.89%22.16%-
HSV(B)46.67º38.57%27.45%-
XYZ4.85.143.03-
YUV63.4116.49132.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=39.55%
G=36.16%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70644300.090.390.7346.6723.8922.16
Hex46402B0927492f1816
Octal1061005301147111573026
Binary100011010000001010110100110011110010011011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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