#473322

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

Shades of Woodburn #473322

Tints of Woodburn #473322

Color information

#473322 (or 0x473322) is unknown color: approx Woodburn. HEX triplet: 47, 33 and 22. RGB value is (71,51,34). Sum of RGB (Red+Green+Blue) = 71+51+34=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473322 is #B8CCDD. Grayscale: #373737. Windows color (decimal): -12111070 or 2241351. OLE color: 2241351.

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

Color convert

RGB715134-
CMYK00.280.520.72
HSL27.57º35.24%20.59%-
HSV(B)27.57º52.11%27.84%-
XYZ4.073.822.04-
YUV55.04116.13139.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=45.51%
G=32.69%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71513400.280.520.7227.5735.2420.59
Hex47332201C34481c2315
Octal107634203464110344325
Binary100011111001110001001110011010010010001110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473322; }

 p { color: rgb(71,51,34); }

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

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

 a { background-color: rgb(71,51,34); }

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

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

 span { border-color: rgb(71,51,34); }

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