#47341D

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

Shades of Clinker #47341D

Tints of Clinker #47341D

Color information

#47341D (or 0x47341D) is unknown color: approx Clinker. HEX triplet: 47, 34 and 1D. RGB value is (71,52,29). Sum of RGB (Red+Green+Blue) = 71+52+29=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341D is #B8CBE2. Grayscale: #373737. Windows color (decimal): -12110819 or 1913927. OLE color: 1913927.

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

Color convert

RGB715229-
CMYK00.270.590.72
HSL32.86º42%19.61%-
HSV(B)32.86º59.15%27.84%-
XYZ4.053.881.7-
YUV55.06113.29139.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=46.71%
G=34.21%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71522900.270.590.7232.864219.61
Hex47341D01B3B48212a14
Octal107643503373110415224
Binary100011111010011101011011111011100100010000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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