#443113

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

Shades of Clinker #443113

Tints of Clinker #443113

Color information

#443113 (or 0x443113) is unknown color: approx Clinker. HEX triplet: 44, 31 and 13. RGB value is (68,49,19). Sum of RGB (Red+Green+Blue) = 68+49+19=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #443113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443113 is #BBCEEC. Grayscale: #333333. Windows color (decimal): -12308205 or 1257796. OLE color: 1257796.

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

Color convert

RGB684919-
CMYK00.280.720.73
HSL36.73º56.32%17.06%-
HSV(B)36.73º72.06%26.67%-
XYZ3.63.471.1-
YUV51.26109.79139.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=50%
G=36.03%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68491900.280.720.7336.7356.3217.06
Hex44311301C4849253811
Octal1046123034110111457021
Binary1000100110001100110111001001000100100110010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443113; }

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

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

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

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

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

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

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

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