#46432A

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

Shades of Woodrush #46432A

Tints of Woodrush #46432A

Color information

#46432A (or 0x46432A) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 2A. RGB value is (70,67,42). Sum of RGB (Red+Green+Blue) = 70+67+42=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #46432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46432A is #B9BCD5. Grayscale: #414141. Windows color (decimal): -12172502 or 2769734. OLE color: 2769734.

HSL color Cylindrical-coordinate representation of color #46432A: hue angle of 53.57º 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 #46432A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB706742-
CMYK00.040.400.73
HSL53.57º25%21.96%-
HSV(B)53.57º40%27.45%-
XYZ4.955.482.99-
YUV65.05114.99131.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=39.11%
G=37.43%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70674200.040.400.7353.572521.96
Hex46432A042849361916
Octal106103520450111663126
Binary10001101000011101010010010100010010011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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