#443218

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

Shades of Clinker #443218

Tints of Clinker #443218

Color information

#443218 (or 0x443218) is unknown color: approx Clinker. HEX triplet: 44, 32 and 18. RGB value is (68,50,24). Sum of RGB (Red+Green+Blue) = 68+50+24=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #443218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443218 is #BBCDE7. Grayscale: #343434. Windows color (decimal): -12307944 or 1585732. OLE color: 1585732.

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

Color convert

RGB685024-
CMYK00.260.650.73
HSL35.45º47.83%18.04%-
HSV(B)35.45º64.71%26.67%-
XYZ3.693.581.36-
YUV52.42111.96139.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=47.89%
G=35.21%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68502400.260.650.7335.4547.8318.04
Hex44321801A4149233012
Octal1046230032101111436022
Binary1000100110010110000110101000001100100110001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443218; }

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

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

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

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

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

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

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

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