#46431F

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

Shades of Woodrush #46431F

Tints of Woodrush #46431F

Color information

#46431F (or 0x46431F) is unknown color: approx Woodrush. HEX triplet: 46, 43 and 1F. RGB value is (70,67,31). Sum of RGB (Red+Green+Blue) = 70+67+31=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46431F is #B9BCE0. Grayscale: #3F3F3F. Windows color (decimal): -12172513 or 2048838. OLE color: 2048838.

HSL color Cylindrical-coordinate representation of color #46431F: hue angle of 55.38º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46431F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB706731-
CMYK00.040.560.73
HSL55.38º38.61%19.8%-
HSV(B)55.38º55.71%27.45%-
XYZ4.785.422.09-
YUV63.79109.49132.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=41.67%
G=39.88%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70673100.040.560.7355.3838.6119.8
Hex46431F043849372714
Octal106103370470111674724
Binary10001101000011111110100111000100100111011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46431F; }

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

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

<style>
 a { background-color: #46431F; }

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

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

<style>
 span { border-color: #46431F; }

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

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