#46452A

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

Shades of Woodrush #46452A

Tints of Woodrush #46452A

Color information

#46452A (or 0x46452A) is unknown color: approx Woodrush. HEX triplet: 46, 45 and 2A. RGB value is (70,69,42). Sum of RGB (Red+Green+Blue) = 70+69+42=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #46452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46452A is #B9BAD5. Grayscale: #424242. Windows color (decimal): -12171990 or 2770246. OLE color: 2770246.

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

Color convert

RGB706942-
CMYK00.010.400.73
HSL57.86º25%21.96%-
HSV(B)57.86º40%27.45%-
XYZ5.075.733.03-
YUV66.22114.33130.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=38.67%
G=38.12%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70694200.010.400.7357.862521.96
Hex46452A0128493a1916
Octal106105520150111723126
Binary100011010001011010100110100010010011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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