#47321A

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

Shades of Clinker #47321A

Tints of Clinker #47321A

Color information

#47321A (or 0x47321A) is unknown color: approx Clinker. HEX triplet: 47, 32 and 1A. RGB value is (71,50,26). Sum of RGB (Red+Green+Blue) = 71+50+26=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321A is #B8CDE5. Grayscale: #353535. Windows color (decimal): -12111334 or 1716807. OLE color: 1716807.

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

Color convert

RGB715026-
CMYK00.300.630.72
HSL32º46.39%19.02%-
HSV(B)32º63.38%27.84%-
XYZ3.933.71.48-
YUV53.54112.46140.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=48.30%
G=34.01%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71502600.300.630.723246.3919.02
Hex47321A01E3F48202e13
Octal107623203677110405623
Binary100011111001011010011110111111100100010000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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