#443112

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

Shades of Clinker #443112

Tints of Clinker #443112

Color information

#443112 (or 0x443112) is unknown color: approx Clinker. HEX triplet: 44, 31 and 12. RGB value is (68,49,18). Sum of RGB (Red+Green+Blue) = 68+49+18=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #443112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443112 is #BBCEED. Grayscale: #333333. Windows color (decimal): -12308206 or 1192260. OLE color: 1192260.

HSL color Cylindrical-coordinate representation of color #443112: hue angle of 37.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443112 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB684918-
CMYK00.280.740.73
HSL37.2º58.14%16.86%-
HSV(B)37.2º73.53%26.67%-
XYZ3.593.471.05-
YUV51.15109.29140.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=50.37%
G=36.30%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68491800.280.740.7337.258.1416.86
Hex44311201C4A49253a11
Octal1046122034112111457221
Binary1000100110001100100111001001010100100110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443112; }

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

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

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

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

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

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

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

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