#443115

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

Shades of Clinker #443115

Tints of Clinker #443115

Color information

#443115 (or 0x443115) is unknown color: approx Clinker. HEX triplet: 44, 31 and 15. RGB value is (68,49,21). Sum of RGB (Red+Green+Blue) = 68+49+21=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #443115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443115 is #BBCEEA. Grayscale: #333333. Windows color (decimal): -12308203 or 1388868. OLE color: 1388868.

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

Color convert

RGB684921-
CMYK00.280.690.73
HSL35.74º52.81%17.45%-
HSV(B)35.74º69.12%26.67%-
XYZ3.623.481.19-
YUV51.49110.79139.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=49.28%
G=35.51%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68492100.280.690.7335.7452.8117.45
Hex44311501C4549243511
Octal1046125034105111446521
Binary1000100110001101010111001000101100100110010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443115; }

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

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

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

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

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

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

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

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