#463527

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

Shades of Woodburn #463527

Tints of Woodburn #463527

Color information

#463527 (or 0x463527) is unknown color: approx Woodburn. HEX triplet: 46, 35 and 27. RGB value is (70,53,39). Sum of RGB (Red+Green+Blue) = 70+53+39=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463527 is #B9CAD8. Grayscale: #383838. Windows color (decimal): -12176089 or 2569542. OLE color: 2569542.

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

Color convert

RGB705339-
CMYK00.240.440.73
HSL27.1º28.44%21.37%-
HSV(B)27.1º44.29%27.45%-
XYZ4.173.992.47-
YUV56.49118.13137.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=43.21%
G=32.72%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70533900.240.440.7327.128.4421.37
Hex4635270182C491b1c15
Octal106654703054111333425
Binary10001101101011001110110001011001001001110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463527; }

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

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

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

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

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

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

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

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