#47311D

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

Shades of Clinker #47311D

Tints of Clinker #47311D

Color information

#47311D (or 0x47311D) is unknown color: approx Clinker. HEX triplet: 47, 31 and 1D. RGB value is (71,49,29). Sum of RGB (Red+Green+Blue) = 71+49+29=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47311D is #B8CEE2. Grayscale: #353535. Windows color (decimal): -12111587 or 1913159. OLE color: 1913159.

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

Color convert

RGB714929-
CMYK00.310.590.72
HSL28.57º42%19.61%-
HSV(B)28.57º59.15%27.84%-
XYZ3.923.621.66-
YUV53.3114.29140.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=47.65%
G=32.89%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71492900.310.590.7228.574219.61
Hex47311D01F3B481d2a14
Octal107613503773110355224
Binary10001111100011110101111111101110010001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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