#47311F

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

Shades of Clinker #47311F

Tints of Clinker #47311F

Color information

#47311F (or 0x47311F) is unknown color: approx Clinker. HEX triplet: 47, 31 and 1F. RGB value is (71,49,31). Sum of RGB (Red+Green+Blue) = 71+49+31=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47311F is #B8CEE0. Grayscale: #353535. Windows color (decimal): -12111585 or 2044231. OLE color: 2044231.

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

Color convert

RGB714931-
CMYK00.310.560.72
HSL27º39.22%20%-
HSV(B)27º56.34%27.84%-
XYZ3.943.641.79-
YUV53.53115.29140.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=47.02%
G=32.45%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71493100.310.560.722739.2220
Hex47311F01F38481b2714
Octal107613703770110334724
Binary10001111100011111101111111100010010001101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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