#473111

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

Shades of Clinker #473111

Tints of Clinker #473111

Color information

#473111 (or 0x473111) is unknown color: approx Clinker. HEX triplet: 47, 31 and 11. RGB value is (71,49,17). Sum of RGB (Red+Green+Blue) = 71+49+17=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473111 is #B8CEEE. Grayscale: #343434. Windows color (decimal): -12111599 or 1126727. OLE color: 1126727.

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

Color convert

RGB714917-
CMYK00.310.760.72
HSL35.56º61.36%17.25%-
HSV(B)35.56º76.06%27.84%-
XYZ3.83.581.02-
YUV51.93108.29141.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=51.82%
G=35.77%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71491700.310.760.7235.5661.3617.25
Hex47311101F4C48243d11
Octal1076121037114110447521
Binary1000111110001100010111111001100100100010010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473111; }

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

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

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

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

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

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

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

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