#473324

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

Shades of Woodburn #473324

Tints of Woodburn #473324

Color information

#473324 (or 0x473324) is unknown color: approx Woodburn. HEX triplet: 47, 33 and 24. RGB value is (71,51,36). Sum of RGB (Red+Green+Blue) = 71+51+36=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473324 is #B8CCDB. Grayscale: #373737. Windows color (decimal): -12111068 or 2372423. OLE color: 2372423.

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

Color convert

RGB715136-
CMYK00.280.490.72
HSL25.71º32.71%20.98%-
HSV(B)25.71º49.3%27.84%-
XYZ4.13.832.19-
YUV55.27117.13139.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=44.94%
G=32.28%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71513600.280.490.7225.7132.7120.98
Hex47332401C31481a2115
Octal107634403461110324125
Binary100011111001110010001110011000110010001101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473324; }

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

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

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

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

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

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

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

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