#47321B

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

Shades of Clinker #47321B

Tints of Clinker #47321B

Color information

#47321B (or 0x47321B) is unknown color: approx Clinker. HEX triplet: 47, 32 and 1B. RGB value is (71,50,27). Sum of RGB (Red+Green+Blue) = 71+50+27=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321B is #B8CDE4. Grayscale: #353535. Windows color (decimal): -12111333 or 1782343. OLE color: 1782343.

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

Color convert

RGB715027-
CMYK00.300.620.72
HSL31.36º44.9%19.22%-
HSV(B)31.36º61.97%27.84%-
XYZ3.943.71.54-
YUV53.66112.96140.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=47.97%
G=33.78%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71502700.300.620.7231.3644.919.22
Hex47321B01E3E481f2d13
Octal107623303676110375523
Binary10001111100101101101111011111010010001111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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