#47311B

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

Shades of Clinker #47311B

Tints of Clinker #47311B

Color information

#47311B (or 0x47311B) is unknown color: approx Clinker. HEX triplet: 47, 31 and 1B. RGB value is (71,49,27). Sum of RGB (Red+Green+Blue) = 71+49+27=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47311B is #B8CEE4. Grayscale: #353535. Windows color (decimal): -12111589 or 1782087. OLE color: 1782087.

HSL color Cylindrical-coordinate representation of color #47311B: hue angle of 30º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47311B is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB714927-
CMYK00.310.620.72
HSL30º44.9%19.22%-
HSV(B)30º61.97%27.84%-
XYZ3.893.621.53-
YUV53.07113.29140.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=48.30%
G=33.33%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71492700.310.620.723044.919.22
Hex47311B01F3E481e2d13
Octal107613303776110365523
Binary10001111100011101101111111111010010001111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47311B; }

 p { color: rgb(71,49,27); }

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

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

 a { background-color: rgb(71,49,27); }

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

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

 span { border-color: rgb(71,49,27); }

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