#47331B

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

Shades of Clinker #47331B

Tints of Clinker #47331B

Color information

#47331B (or 0x47331B) is unknown color: approx Clinker. HEX triplet: 47, 33 and 1B. RGB value is (71,51,27). Sum of RGB (Red+Green+Blue) = 71+51+27=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47331B is #B8CCE4. Grayscale: #363636. Windows color (decimal): -12111077 or 1782599. OLE color: 1782599.

HSL color Cylindrical-coordinate representation of color #47331B: hue angle of 32.73º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47331B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB715127-
CMYK00.280.620.72
HSL32.73º44.9%19.22%-
HSV(B)32.73º61.97%27.84%-
XYZ3.983.791.56-
YUV54.24112.63139.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=47.65%
G=34.23%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71512700.280.620.7232.7344.919.22
Hex47331B01C3E48212d13
Octal107633303476110415523
Binary100011111001111011011100111110100100010000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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