#473628

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

Shades of Woodburn #473628

Tints of Woodburn #473628

Color information

#473628 (or 0x473628) is unknown color: approx Woodburn. HEX triplet: 47, 36 and 28. RGB value is (71,54,40). Sum of RGB (Red+Green+Blue) = 71+54+40=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #473628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473628 is #B8C9D7. Grayscale: #393939. Windows color (decimal): -12110296 or 2635335. OLE color: 2635335.

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

Color convert

RGB715440-
CMYK00.240.440.72
HSL27.1º27.93%21.76%-
HSV(B)27.1º43.66%27.84%-
XYZ4.34.132.58-
YUV57.49118.13137.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=43.03%
G=32.73%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71544000.240.440.7227.127.9321.76
Hex4736280182C481b1c16
Octal107665003054110333426
Binary10001111101101010000110001011001001000110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473628; }

 p { color: rgb(71,54,40); }

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

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

 a { background-color: rgb(71,54,40); }

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

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

 span { border-color: rgb(71,54,40); }

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