#463222

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

Shades of Woodburn #463222

Tints of Woodburn #463222

Color information

#463222 (or 0x463222) is unknown color: approx Woodburn. HEX triplet: 46, 32 and 22. RGB value is (70,50,34). Sum of RGB (Red+Green+Blue) = 70+50+34=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463222 is #B9CDDD. Grayscale: #363636. Windows color (decimal): -12176862 or 2241094. OLE color: 2241094.

HSL color Cylindrical-coordinate representation of color #463222: hue angle of 26.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463222 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB705034-
CMYK00.290.510.73
HSL26.67º34.62%20.39%-
HSV(B)26.67º51.43%27.45%-
XYZ3.963.72.02-
YUV54.16116.63139.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=45.45%
G=32.47%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70503400.290.510.7326.6734.6220.39
Hex46322201D33491b2314
Octal106624203563111334324
Binary100011011001010001001110111001110010011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463222; }

 p { color: rgb(70,50,34); }

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

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

 a { background-color: rgb(70,50,34); }

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

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

 span { border-color: rgb(70,50,34); }

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