#46443C

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

Shades of Woodrush #46443C

Tints of Woodrush #46443C

Color information

#46443C (or 0x46443C) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 3C. RGB value is (70,68,60). Sum of RGB (Red+Green+Blue) = 70+68+60=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 70 - color contains mainly: red. Hex color #46443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46443C is #B9BBC3. Grayscale: #434343. Windows color (decimal): -12172228 or 3949638. OLE color: 3949638.

HSL color Cylindrical-coordinate representation of color #46443C: hue angle of 48º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46443C is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB706860-
CMYK00.030.140.73
HSL48º7.69%25.49%-
HSV(B)48º14.29%27.45%-
XYZ5.415.765.1-
YUV67.69123.66129.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=35.35%
G=34.34%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70686000.030.140.73487.6925.49
Hex46443C03E4930819
Octal106104740316111601031
Binary1000110100010011110001111101001001110000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46443C; }

 p { color: rgb(70,68,60); }

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

<style>
 a { background-color: #46443C; }

 a { background-color: rgb(70,68,60); }

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

<style>
 span { border-color: #46443C; }

 span { border-color: rgb(70,68,60); }

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