#463427

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

Shades of Woodburn #463427

Tints of Woodburn #463427

Color information

#463427 (or 0x463427) is unknown color: approx Woodburn. HEX triplet: 46, 34 and 27. RGB value is (70,52,39). Sum of RGB (Red+Green+Blue) = 70+52+39=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463427 is #B9CBD8. Grayscale: #373737. Windows color (decimal): -12176345 or 2569286. OLE color: 2569286.

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

Color convert

RGB705239-
CMYK00.260.440.73
HSL25.16º28.44%21.37%-
HSV(B)25.16º44.29%27.45%-
XYZ4.123.92.46-
YUV55.9118.46138.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=43.48%
G=32.30%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70523900.260.440.7325.1628.4421.37
Hex46342701A2C49191c15
Octal106644703254111313425
Binary10001101101001001110110101011001001001110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463427; }

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

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

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

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

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

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

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

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