#473C28

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

Shades of Birch #473C28

Tints of Birch #473C28

Color information

#473C28 (or 0x473C28) is unknown color: approx Birch. HEX triplet: 47, 3C and 28. RGB value is (71,60,40). Sum of RGB (Red+Green+Blue) = 71+60+40=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #473C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C28 is #B8C3D7. Grayscale: #3D3D3D. Windows color (decimal): -12108760 or 2636871. OLE color: 2636871.

HSL color Cylindrical-coordinate representation of color #473C28: hue angle of 38.71º 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 #473C28 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB716040-
CMYK00.150.440.72
HSL38.71º27.93%21.76%-
HSV(B)38.71º43.66%27.84%-
XYZ4.64.722.68-
YUV61.01116.14135.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=41.52%
G=35.09%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71604000.150.440.7238.7127.9321.76
Hex473C280F2C48271c16
Octal107745001754110473426
Binary10001111111001010000111110110010010001001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473C28; }

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

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

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

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

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

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

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

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