#473211

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

Shades of Clinker #473211

Tints of Clinker #473211

Color information

#473211 (or 0x473211) is unknown color: approx Clinker. HEX triplet: 47, 32 and 11. RGB value is (71,50,17). Sum of RGB (Red+Green+Blue) = 71+50+17=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #473211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473211 is #B8CDEE. Grayscale: #343434. Windows color (decimal): -12111343 or 1126983. OLE color: 1126983.

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

Color convert

RGB715017-
CMYK00.300.760.72
HSL36.67º61.36%17.25%-
HSV(B)36.67º76.06%27.84%-
XYZ3.843.661.03-
YUV52.52107.96141.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=51.45%
G=36.23%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71501700.300.760.7236.6761.3617.25
Hex47321101E4C48253d11
Octal1076221036114110457521
Binary1000111110010100010111101001100100100010010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473211; }

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

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

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

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

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

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

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

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