#483221

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

Shades of Woodburn #483221

Tints of Woodburn #483221

Color information

#483221 (or 0x483221) is unknown color: approx Woodburn. HEX triplet: 48, 32 and 21. RGB value is (72,50,33). Sum of RGB (Red+Green+Blue) = 72+50+33=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483221 is #B7CDDE. Grayscale: #363636. Windows color (decimal): -12045791 or 2175560. OLE color: 2175560.

HSL color Cylindrical-coordinate representation of color #483221: hue angle of 26.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483221 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB725033-
CMYK00.310.540.72
HSL26.15º37.14%20.59%-
HSV(B)26.15º54.17%28.24%-
XYZ4.093.771.95-
YUV54.64115.79140.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=46.45%
G=32.26%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72503300.310.540.7226.1537.1420.59
Hex48322101F36481a2515
Octal110624103766110324525
Binary100100011001010000101111111011010010001101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483221; }

 p { color: rgb(72,50,33); }

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

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

 a { background-color: rgb(72,50,33); }

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

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

 span { border-color: rgb(72,50,33); }

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