#463728

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

Shades of Woodburn #463728

Tints of Woodburn #463728

Color information

#463728 (or 0x463728) is unknown color: approx Woodburn. HEX triplet: 46, 37 and 28. RGB value is (70,55,40). Sum of RGB (Red+Green+Blue) = 70+55+40=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #463728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463728 is #B9C8D7. Grayscale: #393939. Windows color (decimal): -12175576 or 2635590. OLE color: 2635590.

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

Color convert

RGB705540-
CMYK00.210.430.73
HSL30º27.27%21.57%-
HSV(B)30º42.86%27.45%-
XYZ4.274.192.59-
YUV57.78117.97136.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70554000.210.430.733027.2721.57
Hex4637280152B491e1b16
Octal106675002553111363326
Binary10001101101111010000101011010111001001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463728; }

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

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

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

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

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

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

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

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