#463528

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

Shades of Woodburn #463528

Tints of Woodburn #463528

Color information

#463528 (or 0x463528) is unknown color: approx Woodburn. HEX triplet: 46, 35 and 28. RGB value is (70,53,40). Sum of RGB (Red+Green+Blue) = 70+53+40=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463528 is #B9CAD7. Grayscale: #383838. Windows color (decimal): -12176088 or 2635078. OLE color: 2635078.

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

Color convert

RGB705340-
CMYK00.240.430.73
HSL26º27.27%21.57%-
HSV(B)26º42.86%27.45%-
XYZ4.1842.56-
YUV56.6118.63137.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=42.94%
G=32.52%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70534000.240.430.732627.2721.57
Hex4635280182B491a1b16
Octal106655003053111323326
Binary10001101101011010000110001010111001001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463528; }

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

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

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

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

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

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

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

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