#463425

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

Shades of Woodburn #463425

Tints of Woodburn #463425

Color information

#463425 (or 0x463425) is unknown color: approx Woodburn. HEX triplet: 46, 34 and 25. RGB value is (70,52,37). Sum of RGB (Red+Green+Blue) = 70+52+37=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463425 is #B9CBDA. Grayscale: #373737. Windows color (decimal): -12176347 or 2438214. OLE color: 2438214.

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

Color convert

RGB705237-
CMYK00.260.470.73
HSL27.27º30.84%20.98%-
HSV(B)27.27º47.14%27.45%-
XYZ4.093.892.29-
YUV55.67117.46138.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=44.03%
G=32.70%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70523700.260.470.7327.2730.8420.98
Hex46342501A2F491b1f15
Octal106644503257111333725
Binary10001101101001001010110101011111001001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463425; }

 p { color: rgb(70,52,37); }

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

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

 a { background-color: rgb(70,52,37); }

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

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

 span { border-color: rgb(70,52,37); }

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