#46382C

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

Shades of Woodburn #46382C

Tints of Woodburn #46382C

Color information

#46382C (or 0x46382C) is unknown color: approx Woodburn. HEX triplet: 46, 38 and 2C. RGB value is (70,56,44). Sum of RGB (Red+Green+Blue) = 70+56+44=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #46382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46382C is #B9C7D3. Grayscale: #3A3A3A. Windows color (decimal): -12175316 or 2897990. OLE color: 2897990.

HSL color Cylindrical-coordinate representation of color #46382C: hue angle of 27.69º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46382C is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB705644-
CMYK00.200.370.73
HSL27.69º22.81%22.35%-
HSV(B)27.69º37.14%27.45%-
XYZ4.394.312.98-
YUV58.82119.64135.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=41.18%
G=32.94%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70564400.200.370.7327.6922.8122.35
Hex46382C01425491c1716
Octal106705402445111342726
Binary10001101110001011000101001001011001001111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,56,44); }

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

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

 a { background-color: rgb(70,56,44); }

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

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

 span { border-color: rgb(70,56,44); }

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