#443114

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

Shades of Clinker #443114

Tints of Clinker #443114

Color information

#443114 (or 0x443114) is unknown color: approx Clinker. HEX triplet: 44, 31 and 14. RGB value is (68,49,20). Sum of RGB (Red+Green+Blue) = 68+49+20=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #443114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443114 is #BBCEEB. Grayscale: #333333. Windows color (decimal): -12308204 or 1323332. OLE color: 1323332.

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

Color convert

RGB684920-
CMYK00.280.710.73
HSL36.25º54.55%17.25%-
HSV(B)36.25º70.59%26.67%-
XYZ3.613.481.14-
YUV51.38110.29139.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=49.64%
G=35.77%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68492000.280.710.7336.2554.5517.25
Hex44311401C4749243711
Octal1046124034107111446721
Binary1000100110001101000111001000111100100110010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443114; }

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

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

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

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

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

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

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

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