#473424

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

Shades of Woodburn #473424

Tints of Woodburn #473424

Color information

#473424 (or 0x473424) is unknown color: approx Woodburn. HEX triplet: 47, 34 and 24. RGB value is (71,52,36). Sum of RGB (Red+Green+Blue) = 71+52+36=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473424 is #B8CBDB. Grayscale: #373737. Windows color (decimal): -12110812 or 2372679. OLE color: 2372679.

HSL color Cylindrical-coordinate representation of color #473424: hue angle of 27.43º 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 #473424 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB715236-
CMYK00.270.490.72
HSL27.43º32.71%20.98%-
HSV(B)27.43º49.3%27.84%-
XYZ4.143.922.21-
YUV55.86116.79138.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=44.65%
G=32.70%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71523600.270.490.7227.4332.7120.98
Hex47342401B31481b2115
Octal107644403361110334125
Binary100011111010010010001101111000110010001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473424; }

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

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

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

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

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

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

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

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