#463323

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

Shades of Woodburn #463323

Tints of Woodburn #463323

Color information

#463323 (or 0x463323) is unknown color: approx Woodburn. HEX triplet: 46, 33 and 23. RGB value is (70,51,35). Sum of RGB (Red+Green+Blue) = 70+51+35=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463323 is #B9CCDC. Grayscale: #363636. Windows color (decimal): -12176605 or 2306886. OLE color: 2306886.

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

Color convert

RGB705135-
CMYK00.270.50.73
HSL27.43º33.33%20.59%-
HSV(B)27.43º50%27.45%-
XYZ4.013.792.11-
YUV54.86116.79138.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=44.87%
G=32.69%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70513500.270.50.7327.4333.3320.59
Hex46332301B32491b2115
Octal106634303362111334125
Binary100011011001110001101101111001010010011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463323; }

 p { color: rgb(70,51,35); }

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

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

 a { background-color: rgb(70,51,35); }

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

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

 span { border-color: rgb(70,51,35); }

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