#46422A

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

Shades of Woodrush #46422A

Tints of Woodrush #46422A

Color information

#46422A (or 0x46422A) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 2A. RGB value is (70,66,42). Sum of RGB (Red+Green+Blue) = 70+66+42=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #46422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46422A is #B9BDD5. Grayscale: #404040. Windows color (decimal): -12172758 or 2769478. OLE color: 2769478.

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

Color convert

RGB706642-
CMYK00.060.400.73
HSL51.43º25%21.96%-
HSV(B)51.43º40%27.45%-
XYZ4.895.372.97-
YUV64.46115.33131.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=39.33%
G=37.08%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70664200.060.400.7351.432521.96
Hex46422A062849331916
Octal106102520650111633126
Binary10001101000010101010011010100010010011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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