#463829

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

Shades of Woodburn #463829

Tints of Woodburn #463829

Color information

#463829 (or 0x463829) is unknown color: approx Woodburn. HEX triplet: 46, 38 and 29. RGB value is (70,56,41). Sum of RGB (Red+Green+Blue) = 70+56+41=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #463829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463829 is #B9C7D6. Grayscale: #3A3A3A. Windows color (decimal): -12175319 or 2701382. OLE color: 2701382.

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

Color convert

RGB705641-
CMYK00.200.410.73
HSL31.03º26.13%21.76%-
HSV(B)31.03º41.43%27.45%-
XYZ4.344.292.7-
YUV58.48118.14136.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=41.92%
G=33.53%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70564100.200.410.7331.0326.1321.76
Hex46382901429491f1a16
Octal106705102451111373226
Binary10001101110001010010101001010011001001111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463829; }

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

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

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

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

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

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

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

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