#46412B

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

Shades of Woodrush #46412B

Tints of Woodrush #46412B

Color information

#46412B (or 0x46412B) is unknown color: approx Woodrush. HEX triplet: 46, 41 and 2B. RGB value is (70,65,43). Sum of RGB (Red+Green+Blue) = 70+65+43=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #46412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46412B is #B9BED4. Grayscale: #404040. Windows color (decimal): -12173013 or 2834758. OLE color: 2834758.

HSL color Cylindrical-coordinate representation of color #46412B: hue angle of 48.89º 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 #46412B is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB706543-
CMYK00.070.390.73
HSL48.89º23.89%22.16%-
HSV(B)48.89º38.57%27.45%-
XYZ4.855.263.04-
YUV63.99116.16132.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=39.33%
G=36.52%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70654300.070.390.7348.8923.8922.16
Hex46412B072749311816
Octal106101530747111613026
Binary10001101000001101011011110011110010011100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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