#473326

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

Shades of Woodburn #473326

Tints of Woodburn #473326

Color information

#473326 (or 0x473326) is unknown color: approx Woodburn. HEX triplet: 47, 33 and 26. RGB value is (71,51,38). Sum of RGB (Red+Green+Blue) = 71+51+38=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473326 is #B8CCD9. Grayscale: #373737. Windows color (decimal): -12111066 or 2503495. OLE color: 2503495.

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

Color convert

RGB715138-
CMYK00.280.460.72
HSL23.64º30.28%21.37%-
HSV(B)23.64º46.48%27.84%-
XYZ4.133.852.36-
YUV55.5118.13139.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=44.38%
G=31.88%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71513800.280.460.7223.6430.2821.37
Hex47332601C2E48181e15
Octal107634603456110303625
Binary10001111100111001100111001011101001000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473326; }

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

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

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

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

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

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

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

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