#463729

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

Shades of Woodburn #463729

Tints of Woodburn #463729

Color information

#463729 (or 0x463729) is unknown color: approx Woodburn. HEX triplet: 46, 37 and 29. RGB value is (70,55,41). Sum of RGB (Red+Green+Blue) = 70+55+41=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463729 is #B9C8D6. Grayscale: #393939. Windows color (decimal): -12175575 or 2701126. OLE color: 2701126.

HSL color Cylindrical-coordinate representation of color #463729: hue angle of 28.97º 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 #463729 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB705541-
CMYK00.210.410.73
HSL28.97º26.13%21.76%-
HSV(B)28.97º41.43%27.45%-
XYZ4.294.192.68-
YUV57.89118.47136.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=42.17%
G=33.13%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70554100.210.410.7328.9726.1321.76
Hex46372901529491d1a16
Octal106675102551111353226
Binary10001101101111010010101011010011001001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463729; }

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

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

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

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

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

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

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

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