#47331D

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

Shades of Clinker #47331D

Tints of Clinker #47331D

Color information

#47331D (or 0x47331D) is unknown color: approx Clinker. HEX triplet: 47, 33 and 1D. RGB value is (71,51,29). Sum of RGB (Red+Green+Blue) = 71+51+29=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47331D is #B8CCE2. Grayscale: #363636. Windows color (decimal): -12111075 or 1913671. OLE color: 1913671.

HSL color Cylindrical-coordinate representation of color #47331D: hue angle of 31.43º 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 #47331D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB715129-
CMYK00.280.590.72
HSL31.43º42%19.61%-
HSV(B)31.43º59.15%27.84%-
XYZ43.81.68-
YUV54.47113.63139.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=47.02%
G=33.77%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71512900.280.590.7231.434219.61
Hex47331D01C3B481f2a14
Octal107633503473110375224
Binary10001111100111110101110011101110010001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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