#47351B

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

Shades of Clinker #47351B

Tints of Clinker #47351B

Color information

#47351B (or 0x47351B) is unknown color: approx Clinker. HEX triplet: 47, 35 and 1B. RGB value is (71,53,27). Sum of RGB (Red+Green+Blue) = 71+53+27=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47351B is #B8CAE4. Grayscale: #373737. Windows color (decimal): -12110565 or 1783111. OLE color: 1783111.

HSL color Cylindrical-coordinate representation of color #47351B: hue angle of 35.45º 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 #47351B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB715327-
CMYK00.250.620.72
HSL35.45º44.9%19.22%-
HSV(B)35.45º61.97%27.84%-
XYZ4.073.961.59-
YUV55.42111.96139.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=47.02%
G=35.10%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71532700.250.620.7235.4544.919.22
Hex47351B0193E48232d13
Octal107653303176110435523
Binary100011111010111011011001111110100100010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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