#473112

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

Shades of Clinker #473112

Tints of Clinker #473112

Color information

#473112 (or 0x473112) is unknown color: approx Clinker. HEX triplet: 47, 31 and 12. RGB value is (71,49,18). Sum of RGB (Red+Green+Blue) = 71+49+18=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #473112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473112 is #B8CEED. Grayscale: #343434. Windows color (decimal): -12111598 or 1192263. OLE color: 1192263.

HSL color Cylindrical-coordinate representation of color #473112: hue angle of 35.09º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473112 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB714918-
CMYK00.310.750.72
HSL35.09º59.55%17.45%-
HSV(B)35.09º74.65%27.84%-
XYZ3.813.581.06-
YUV52.04108.79141.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=51.45%
G=35.51%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71491800.310.750.7235.0959.5517.45
Hex47311201F4B48233c11
Octal1076122037113110437421
Binary1000111110001100100111111001011100100010001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473112; }

 p { color: rgb(71,49,18); }

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

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

 a { background-color: rgb(71,49,18); }

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

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

 span { border-color: rgb(71,49,18); }

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