#473323

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

Shades of Woodburn #473323

Tints of Woodburn #473323

Color information

#473323 (or 0x473323) is unknown color: approx Woodburn. HEX triplet: 47, 33 and 23. RGB value is (71,51,35). Sum of RGB (Red+Green+Blue) = 71+51+35=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473323 is #B8CCDC. Grayscale: #373737. Windows color (decimal): -12111069 or 2306887. OLE color: 2306887.

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

Color convert

RGB715135-
CMYK00.280.510.72
HSL26.67º33.96%20.78%-
HSV(B)26.67º50.7%27.84%-
XYZ4.093.832.11-
YUV55.16116.63139.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=45.22%
G=32.48%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71513500.280.510.7226.6733.9620.78
Hex47332301C33481b2215
Octal107634303463110334225
Binary100011111001110001101110011001110010001101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473323; }

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

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

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

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

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

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

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

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