#47321E

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

Shades of Clinker #47321E

Tints of Clinker #47321E

Color information

#47321E (or 0x47321E) is unknown color: approx Clinker. HEX triplet: 47, 32 and 1E. RGB value is (71,50,30). Sum of RGB (Red+Green+Blue) = 71+50+30=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321E is #B8CDE1. Grayscale: #363636. Windows color (decimal): -12111330 or 1978951. OLE color: 1978951.

HSL color Cylindrical-coordinate representation of color #47321E: hue angle of 29.27º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47321E is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB715030-
CMYK00.300.580.72
HSL29.27º40.59%19.8%-
HSV(B)29.27º57.75%27.84%-
XYZ3.973.711.74-
YUV54114.46140.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=47.02%
G=33.11%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71503000.300.580.7229.2740.5919.8
Hex47321E01E3A481d2914
Octal107623603672110355124
Binary10001111100101111001111011101010010001110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47321E; }

 p { color: rgb(71,50,30); }

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

<style>
 a { background-color: #47321E; }

 a { background-color: rgb(71,50,30); }

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

<style>
 span { border-color: #47321E; }

 span { border-color: rgb(71,50,30); }

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