#47311C

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

Shades of Clinker #47311C

Tints of Clinker #47311C

Color information

#47311C (or 0x47311C) is unknown color: approx Clinker. HEX triplet: 47, 31 and 1C. RGB value is (71,49,28). Sum of RGB (Red+Green+Blue) = 71+49+28=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47311C is #B8CEE3. Grayscale: #353535. Windows color (decimal): -12111588 or 1847623. OLE color: 1847623.

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

Color convert

RGB714928-
CMYK00.310.610.72
HSL29.3º43.43%19.41%-
HSV(B)29.3º60.56%27.84%-
XYZ3.913.621.59-
YUV53.18113.79140.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=47.97%
G=33.11%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71492800.310.610.7229.343.4319.41
Hex47311C01F3D481d2b13
Octal107613403775110355323
Binary10001111100011110001111111110110010001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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