#47321C

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

Shades of Clinker #47321C

Tints of Clinker #47321C

Color information

#47321C (or 0x47321C) is unknown color: approx Clinker. HEX triplet: 47, 32 and 1C. RGB value is (71,50,28). Sum of RGB (Red+Green+Blue) = 71+50+28=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321C is #B8CDE3. Grayscale: #353535. Windows color (decimal): -12111332 or 1847879. OLE color: 1847879.

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

Color convert

RGB715028-
CMYK00.300.610.72
HSL30.7º43.43%19.41%-
HSV(B)30.7º60.56%27.84%-
XYZ3.953.71.61-
YUV53.77113.46140.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=47.65%
G=33.56%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71502800.300.610.7230.743.4319.41
Hex47321C01E3D481f2b13
Octal107623403675110375323
Binary10001111100101110001111011110110010001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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