#443216

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

Shades of Clinker #443216

Tints of Clinker #443216

Color information

#443216 (or 0x443216) is unknown color: approx Clinker. HEX triplet: 44, 32 and 16. RGB value is (68,50,22). Sum of RGB (Red+Green+Blue) = 68+50+22=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443216 is #BBCDE9. Grayscale: #343434. Windows color (decimal): -12307946 or 1454660. OLE color: 1454660.

HSL color Cylindrical-coordinate representation of color #443216: hue angle of 36.52º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443216 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB685022-
CMYK00.260.680.73
HSL36.52º51.11%17.65%-
HSV(B)36.52º67.65%26.67%-
XYZ3.673.571.25-
YUV52.19110.96139.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=48.57%
G=35.71%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68502200.260.680.7336.5251.1117.65
Hex44321601A4449253312
Octal1046226032104111456322
Binary1000100110010101100110101000100100100110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443216; }

 p { color: rgb(68,50,22); }

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

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

 a { background-color: rgb(68,50,22); }

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

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

 span { border-color: rgb(68,50,22); }

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